mega north

This commit is contained in:
2024-04-09 22:56:52 +02:00
parent cb121e283c
commit c751220c33
11 changed files with 287 additions and 186 deletions

View File

@@ -11,7 +11,7 @@
window {
font-family: ${rice.font.code.name}, monospace;
font-size: 12pt;
color: ${rice.colors.main-fg};
color: ${rice.color.foreground};
background-color: rgba(0, 0, 0, ${rice.transparency});
}
@@ -19,17 +19,17 @@
transition: box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out;
text-shadow: none;
border: none;
color: ${rice.colors.main-fg};
background-color: ${rice.colors.secondary-bg};
color: ${rice.color.foreground};
background-color: ${rice.color.background};
margin: 5px;
}
button:hover {
color: ${rice.colors.accent} ;
color: ${rice.color.blue} ;
}
button:focus {
color: ${rice.colors.accent} ;
color: ${rice.color.blue} ;
}
'';