Skip to content

Commit e5ed0b8

Browse files
committed
tc
1 parent c624835 commit e5ed0b8

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.sevBox {
22
border: 1px solid red;
33
border-radius: 5px;
4-
background-color: #ffe1e1;
4+
background-color: var(--sev-banner-bg);
55
padding: 10px;
66
margin-bottom: 10px;
77
}

torchci/styles/globals.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@
6464

6565
/* Scroll to highlight */
6666
--scroll-highlight-bg: lightyellow;
67+
68+
/* Sev banner */
69+
--sev-banner-bg: #ffe1e1;
6770
}
6871

6972
.dark-mode {
@@ -122,6 +125,9 @@
122125

123126
/* Scroll to highlight */
124127
--scroll-highlight-bg: rgba(0, 22, 74, 0.7);
128+
129+
/* Sev banner */
130+
--sev-banner-bg: #4b2c2c;
125131
}
126132

127133
html {

0 commit comments

Comments
 (0)