Updating css to match with the website, changing search route to GET from POST

This commit is contained in:
ngn
2024-01-18 20:25:33 +03:00
parent c447b632d9
commit 564ccaa109
5 changed files with 37 additions and 50 deletions

View File

@ -2,8 +2,8 @@
:root {
--dark-main: black;
--dark-second: #070707;
--dark-third: #151515;
--dark-second: #090909;
--dark-third: #181818;
--bright-main: white;
--bright-second: #DFDFDF;
--bright-third: #777777;
@ -38,30 +38,19 @@ main {
border-bottom: solid 1px white;
}
.logo-div {
display: flex;
flex-direction: row;
color: white;
gap: 15px;
}
.logo-text{
font-family: JetBrainsMono;
font-size: 25px;
}
.logo {
font-family: JetBrainsItalic;
color: white;
font-size: 25px;
}
.links {
display: flex;
flex-direction: row;
gap: 10px;
display: block;
text-align: right;
}
.links a{
margin-left: 7px;
color: var(--bright-main);
font-family: Ubuntu;
font-size: 20px;