Full list of supported sites

This commit is contained in:
Violet 2024-01-26 18:41:20 +00:00 committed by GitHub
parent 37c8ecb97d
commit 6513cca8d7
3 changed files with 47 additions and 2 deletions

View file

@ -20,7 +20,8 @@ h1>* {
p,
select,
input {
input,
li {
font-size: 1.3rem;
}
@ -48,6 +49,10 @@ input {
display: inline;
}
a {
color: rgb(125, 125, 255)
}
.col-sm-3 {
outline: white solid 2px
}
@ -69,4 +74,8 @@ input:hover {
border: rgb(150, 50, 50) solid 2px;
border-radius: 15px;
display: inline-block;
}
ul {
display: inline-block;
}