Skip to content

Commit 5971196

Browse files
authored
Enable lustrum theme (#971)
* Intial commit * Enable theme * Revert "Intial commit" This reverts commit a811624. * remove dieslogo.jpg * Update otp-settings.hbs * Update dies-theme.scss
1 parent 1b9b786 commit 5971196

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

app/styles/app.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,4 @@
7878
@import 'ember-power-select';
7979

8080
// Dies theme, comment out when not in the Dies-week
81-
// @import 'dies-theme';
81+
@import 'dies-theme';

app/styles/dies-theme.scss

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
// stylelint-disable selector-no-qualifying-type
22
html.authenticated {
3-
$primary-color: #840400;
4-
$link-color: #840400;
5-
$button-fg-color: #efead6;
6-
$button-bg-color: #840400;
7-
$app-bg-color: #efead6;
8-
$sidebar-fg-color: #efead6;
9-
$sidebar-bg-color: #840400;
10-
$navbar-fg-color: #efead6;
11-
$navbar-bg-color: #0f1c3f;
12-
$navbar-button-fg-color: #efead6;
13-
$navbar-button-bg-color: #840400;
3+
$primary-color: #3b4231;
4+
$link-color: #3b4231;
5+
$button-fg-color: #c8ab8b;
6+
$button-bg-color: #3b4231;
7+
$app-bg-color: #c8ab8b;
8+
$sidebar-fg-color: #c8ab8b;
9+
$sidebar-bg-color: #3b4231;
10+
$navbar-fg-color: #c8ab8b;
11+
$navbar-bg-color: #3b4231;
12+
$navbar-button-fg-color: #c8ab8b;
13+
$navbar-button-bg-color: #3b4231;
1414
$dies-logo-url: '/images/dies_logo.png';
15-
$dies-logo-width: 5rem;
15+
$dies-logo-width: 2.5rem;
1616

1717
.app {
1818
background-color: $app-bg-color;
@@ -127,4 +127,4 @@ html.authenticated {
127127
}
128128

129129
}
130-
// stylelint-enable selector-no-qualifying-type
130+
// stylelint-enable selector-no-qualifying-type

public/images/dies_logo.png

523 KB
Loading

0 commit comments

Comments
 (0)