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