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