Skip to content

Commit

Permalink
Update _sudo.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
nimmolo committed Jan 3, 2025
1 parent e1d3804 commit 87eb179
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions app/assets/stylesheets/variables/_sudo.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@

$BODY_BG_COLOR: #DD7700;

$LOGO_BORDER_COLOR: black;
$LOGO_BORDER_WIDTH: 2px; // vs 1px in default
$LOGO_FG_COLOR: black;
$LOGO_BG_COLOR: #66FF44;
$LOGO_HOVER_FG_COLOR: #DD7700;
$LOGO_HOVER_BG_COLOR: #66FF44;

$LEFT_BAR_BORDER_COLOR: gray;
$LEFT_BAR_BORDER_RADIUS: 0px;
$LEFT_BAR_HEADER_FG_COLOR: black;
$LEFT_BAR_HEADER_BG_COLOR: #66FF44;
$LEFT_BAR_FG_COLOR: #DD7700;
$LEFT_BAR_BG_COLOR: #66FF44;
$LEFT_BAR_HOVER_FG_COLOR: #66FF44;
$LEFT_BAR_HOVER_BG_COLOR: #DD7700;

$TOP_BAR_BG_COLOR: #DD7700;

$TOP_BAR_BORDER_COLOR: none;
$TOP_BAR_BORDER_WIDTH: 0;
$TOP_BAR_BORDER_STYLE: none;
$TOP_BAR_BORDER_RADIUS: 0;
$TOP_BAR_FG_COLOR: $BODY_FG_COLOR;
$TOP_BAR_BG_COLOR: $BODY_BG_COLOR;

$VOTE_METER_FG_COLOR: #000000;

0 comments on commit 87eb179

Please sign in to comment.