Updating css to match with the website, changing search route to GET from POST
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user