mirror of
https://github.com/thangisme/notes.git
synced 2024-11-01 04:27:17 -04:00
6 lines
84 B
CSS
6 lines
84 B
CSS
|
@media screen and (min-width: 1000px) {
|
||
|
a {
|
||
|
text-decoration: underline;
|
||
|
}
|
||
|
}
|