Skip to content

Commit cf6f00a

Browse files
Merge pull request #10 from regulate-tech/regulate-tech-patch-1
Update style.scss
2 parents 8a67a25 + caba4f8 commit cf6f00a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/assets/css/style.scss

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
$black: #000;
88
$red: #FF0000;
99
$blue: #0000FF;
10+
$darkblue: #0000CC;
1011

1112
/* --- Custom Styles to Overwrite Minima Defaults --- */
1213

@@ -122,7 +123,7 @@ blockquote {
122123
margin: 0;
123124
margin-bottom: 2em; /* Creates space below quote */
124125
padding-left: 20px;
125-
color: $blue;
126+
color: $darkblue;
126127
font-size: 22px;
127128
}
128129

@@ -158,4 +159,4 @@ blockquote {
158159
left: 0;
159160
width: 100%;
160161
height: 100%;
161-
}
162+
}

0 commit comments

Comments
 (0)