Skip to content

Commit 5eddb7c

Browse files
authored
Normalize color codes. (#182)
Change all color codes to lowercase, instead of some being upper and some lower.
1 parent 2dde00d commit 5eddb7c

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

cheatsheet/css/main.css

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ h1 {
1515
font-weight: normal;
1616
font-style: normal;
1717
font-size: 1.8em;
18-
color: #DEBA00;
18+
color: #deba00;
1919
margin: 0 0 0.6em 0;
2020
}
2121

@@ -44,7 +44,7 @@ h2 {
4444
font-weight: normal;
4545
font-style: normal;
4646
font-size: 1.4em;
47-
color: #79A22E;
47+
color: #79a22e;
4848
margin: 0 0 10px 0;
4949
}
5050

@@ -66,14 +66,14 @@ section section article {
6666
}
6767

6868
article {
69-
background: #FFFFDD;
69+
background: #ffffdd;
7070
-webkit-border-radius: 0.6em;
7171
-moz-border-radius: 0.6em;
7272
border-radius: 0.6em;
7373
padding: 0.6em 0.6em 0.6em 0.6em;
7474
float: left;
7575
margin: 0 0.6em 0.6em 0;
76-
border: 1px solid #DEBA00;
76+
border: 1px solid #deba00;
7777
}
7878

7979
article.info {
@@ -116,7 +116,6 @@ ul {
116116
}
117117

118118
ul li {
119-
/*margin: 0 0 0.2em 0;*/
120119
line-height: 1.2em;
121120
}
122121

@@ -150,7 +149,7 @@ footer {
150149

151150
.tooltip .tooltiptext {
152151
visibility: hidden;
153-
background-color: #79A22E;
152+
background-color: #79a22e;
154153
color: #fff;
155154
text-align: center;
156155
white-space: nowrap;
@@ -175,5 +174,5 @@ footer {
175174
margin-left: -5px;
176175
border-width: 5px;
177176
border-style: solid;
178-
border-color: #79A22E transparent transparent transparent;
177+
border-color: #79a22e transparent transparent transparent;
179178
}

0 commit comments

Comments
 (0)