mega north
This commit is contained in:
@@ -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} ;
|
||||
}
|
||||
'';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user