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