some trimming + catppuccin
This commit is contained in:
parent
a068347aa9
commit
113d2ef4a4
3 changed files with 36 additions and 41 deletions
38
global.css
38
global.css
|
@ -3,18 +3,6 @@
|
|||
src: url("ttf/ibm.ttf");
|
||||
}
|
||||
|
||||
@keyframes rainbow_anim {
|
||||
|
||||
0%,
|
||||
100% {
|
||||
background-position: 0 0;
|
||||
}
|
||||
|
||||
50% {
|
||||
background-position: 100% 0;
|
||||
}
|
||||
}
|
||||
|
||||
img {
|
||||
border: 1px solid white;
|
||||
}
|
||||
|
@ -38,8 +26,26 @@ h2 {
|
|||
font-weight: 400;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: "PxFont";
|
||||
color: #bfbfbf;
|
||||
background-color: #0f0f0f;
|
||||
a:visited {
|
||||
color: #cba6f7 !important;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #89b4fa;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
background-color: #dce0e8;
|
||||
color: #4c4f69 !important;
|
||||
}
|
||||
|
||||
#footer, hr{
|
||||
color: #bac2de;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: "Noto Sans";
|
||||
font-size: 16px;
|
||||
color: #cdd6f4;
|
||||
background-color: #181825;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue