More css changes :D

This commit is contained in:
magmaus3 2022-10-30 17:20:32 +01:00
parent ee79588a55
commit fd2480ec45
Signed by: magmaus3
GPG key ID: 966755D3F4A9B251
4 changed files with 26 additions and 19 deletions

View file

@ -42,19 +42,6 @@
font-size: larger;
}
a:link, a:visited {
color: inherit;
text-decoration: initial;
cursor: auto;
}
a:hover {
outline: 2px dotted blue;
}
a:link:active {
color: inherit;
outline: 2px dotted blue;
}

View file

@ -85,3 +85,18 @@ code {
background-color: white;
}
a:link, a:visited {
color: inherit;
text-decoration: initial;
cursor: auto;
}
a:hover {
outline: 2px dotted blue;
}
a:link:active {
color: inherit;
outline: 2px dotted blue;
}

View file

@ -4,7 +4,7 @@
}
.header {
font-size: medium;
font-size: x-large;
text-align: center;
height: min-content;
}
@ -23,18 +23,18 @@
}
.searchBar input {
width: 95%;
width: 90%;
background-color: transparent;
color: white;
border: 1px solid white;
border-right: 1px dotted white;
font-family: monospace;
font-size: medium;
font-size: large;
}
.searchBar .searchButton {
width: 5%;
width: 10%;
background-color: transparent;
border: 1px solid white;
border-left: none;
@ -55,7 +55,8 @@
}
.searchBar summary {
font-size: small;
margin-top: 0.5rem;
font-size: medium;
}
.searchBar .upload_date {

View file

@ -8,3 +8,7 @@
border-bottom: 0.1rem solid white;
margin-bottom: 1rem;
}
.userLevels a {
color: cyan;
}