Skip to content

Commit

Permalink
Merge pull request #96 from oasisprotocol/csillag/fix-some-css-class-…
Browse files Browse the repository at this point in the history
…names

Fix some CSS class names
  • Loading branch information
csillag authored Oct 29, 2024
2 parents 0a1f0ab + a1d7dd0 commit 449fa42
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions frontend/src/components/Layout/index.module.css
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
.dark-layout {
.darkLayout {
background: #130fff;
color: white;
}

.light-layout {
.lightLayout {
background: white;
color: var(--navy-blue);
}

.dashboard-layout {
.dashboardLayout {
background: linear-gradient(180deg, #e6e5ff 0%, #d2d1ff 100%);
}

.landing-layout {
.landingLayout {
height: 100dvh;
background-image: url('background.svg');
background-size: 2000px 2000px;
Expand Down

0 comments on commit 449fa42

Please sign in to comment.