mirror of
https://github.com/pawelmalak/flame.git
synced 2025-07-30 08:09:35 +02:00
7 lines
79 B
CSS
7 lines
79 B
CSS
|
.Switch {
|
||
|
text-decoration: underline;
|
||
|
}
|
||
|
|
||
|
.Switch:hover {
|
||
|
cursor: pointer;
|
||
|
}
|