better link
This commit is contained in:
parent
e31433d941
commit
1e345d6960
1 changed files with 11 additions and 3 deletions
10
ui.css
10
ui.css
|
@ -10,7 +10,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
html {
|
html {
|
||||||
font-family: Noto Sans;
|
font-family: Noto Sans;
|
||||||
scroll-behavior: smooth;
|
scroll-behavior: smooth;
|
||||||
|
@ -23,4 +22,13 @@ body {
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h1 {
|
||||||
|
padding-bottom: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
color:#C71585;
|
||||||
|
}
|
||||||
|
a:hover {
|
||||||
|
color: white;
|
||||||
|
}
|
Loading…
Reference in a new issue