Skip to content

Commit a087870

Browse files
authored
Merge pull request #163 from oasisprotocol/csillag/small-css-fixes
Small CSS fixes
2 parents 321a39d + f992e83 commit a087870

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

frontend/src/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
--deep-lemon: #f5c418;
1717
--landing-bg: url('background.svg') center/cover;
1818
--dashboard-bg: linear-gradient(180deg, #e6e5ff 0%, #d2d1ff 100%);
19-
--dashboard-color: #e6e5ff;
19+
--dashboard-card-color: #e6e5ff;
2020
--light-bg: white;
2121
--dark-bg: #130fff;
2222
}

frontend/src/pages/DashboardPage/index.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444

4545
.noPolls {
4646
display: flex;
47-
background: var(--dashboard-bg);
47+
background: var(--dashboard-card-color);
4848
flex-direction: column;
4949
border: 1px solid #01001f;
5050
border-radius: 12px;

0 commit comments

Comments
 (0)