anyrun: update scss

This commit is contained in:
notohh 2024-02-25 08:48:44 -05:00
parent bbce54f461
commit 4c6a8176f2
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -1,9 +1,10 @@
* { * {
transition: 200ms ease-out; all: unset;
color: #cdd6f4; transition: 200ms ease-out;
font-family: Monaspace Krypton; color: #cdd6f4;
font-size: 1.0rem; font-family: JetBrainsMono NF Medium;
} font-size: 1.1rem;
}
#window, #window,
#match, #match,
@ -13,18 +14,25 @@
background: transparent; background: transparent;
} }
#match:selected { #main {
background:#2ac3de; margin-top: 0.5rem;
border-radius: 5px;
} }
box#main { #match:hover,
background: #1a1b26; #match:selected {
border: 1px solid #f7768e; background: #45475a;
border-radius: 24px; border-radius: 5px;
padding: 8px; padding: 0.4rem
} }
entry#entry { entry#entry {
border-color: transparent; border-color: transparent;
} margin-top: 0.5rem;
}
box#main {
background: #1e1e2e;
border: 3px solid #f5c2e7;
border-radius: 12px;
padding: 0.3rem;
}