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