mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-16 00:19:53 +01:00
8 lines
168 B
SCSS
8 lines
168 B
SCSS
.caja-notebook .entry {
|
|
background: $bg_color;
|
|
color: $fg_color;
|
|
&:selected {
|
|
background: $selected_bg_color;
|
|
color: $selected_fg_color;
|
|
}
|
|
} |