mirror of
https://github.com/httpjamesm/AnonymousOverflow.git
synced 2025-05-15 14:32:51 +00:00
feat: image loading and theme icon on homepage, fix view button color var
This commit is contained in:
parent
90e873d9e2
commit
7ec73f8af8
5 changed files with 32 additions and 19 deletions
|
@ -52,7 +52,7 @@ body {
|
|||
border: 2px solid transparent;
|
||||
border-radius: 3px;
|
||||
|
||||
background-color: var(-input-bg);
|
||||
background-color: var(--input-bg);
|
||||
|
||||
color: var(--text-color);
|
||||
|
||||
|
@ -79,6 +79,8 @@ body {
|
|||
|
||||
.options {
|
||||
margin-top: 1rem;
|
||||
display: flex;
|
||||
gap: .5rem;
|
||||
}
|
||||
|
||||
.title {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue