better link

This commit is contained in:
Ada 2023-05-14 02:57:34 +02:00 committed by GitHub
parent e31433d941
commit 1e345d6960

10
ui.css
View file

@ -10,7 +10,6 @@
}
html {
font-family: Noto Sans;
scroll-behavior: smooth;
@ -23,4 +22,13 @@ body {
margin-right: auto;
}
h1 {
padding-bottom: 0;
}
a {
color:#C71585;
}
a:hover {
color: white;
}