snowflake/home/programs/anyrun/style.scss

39 lines
508 B
SCSS
Raw Normal View History

2023-11-24 04:23:16 -05:00
* {
2024-02-25 08:48:44 -05:00
all: unset;
transition: 200ms ease-out;
color: #cdd6f4;
font-family: JetBrainsMono NF Medium;
font-size: 1.1rem;
}
2023-11-24 04:23:16 -05:00
#window,
#match,
#entry,
#plugin,
#main {
background: transparent;
}
2024-02-25 08:48:44 -05:00
#main {
margin-top: 0.5rem;
2023-11-24 04:23:16 -05:00
}
2024-02-25 08:48:44 -05:00
#match:hover,
#match:selected {
background: #45475a;
border-radius: 5px;
padding: 0.4rem
2023-11-24 04:23:16 -05:00
}
entry#entry {
2024-02-25 08:48:44 -05:00
border-color: transparent;
margin-top: 0.5rem;
}
box#main {
background: #1e1e2e;
border: 3px solid #f5c2e7;
border-radius: 12px;
padding: 0.3rem;
}