Skip to content

Commit 1771dc9

Browse files
committed
[REFACTOR] style.css
maintain consistency
1 parent 123c87e commit 1771dc9

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

assets/css/style.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ li.tab {
8181
}
8282

8383
.tabs .tab a {
84-
color: #b71c1c;
84+
color: #B71C1C;
8585
}
8686

8787
.tab a.active {
@@ -90,11 +90,11 @@ li.tab {
9090

9191
.tabs .tab a:focus.active {
9292
font-weight: bold;
93-
background-color: #f3e5f5;
93+
background-color: #F3E5F5;
9494
}
9595

9696
.tabs .indicator {
97-
background-color: #b71c1c;
97+
background-color: #B71C1C;
9898
padding: 2px;
9999
border-radius: 2px;
100100
}
@@ -104,7 +104,7 @@ ul.collapsible {
104104
}
105105

106106
ul.collapsible .collapsible-body {
107-
background: #eeeeee;
107+
background: #EEE;
108108
}
109109

110110
.scale-card {
@@ -170,12 +170,12 @@ h1, h2 {
170170

171171
h1 {
172172
font-size: 3.5rem;
173-
color: #eee;
173+
color: #EEE;
174174
}
175175

176176
h2 {
177177
font-size: 2rem;
178-
color: #ccc;
178+
color: #CCC;
179179
}
180180

181181
.txt-type {

0 commit comments

Comments
 (0)