This website works better with JavaScript.
Home
Explore
Help
Sign In
adrianshort
/
apollo
mirror of
https://github.com/adrianshort/apollo.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Use SASS variable for $blue
master
CharlotteGilhooly
12 years ago
parent
cbadd0376d
commit
b828981a27
1 changed files
with
5 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-3
app/assets/stylesheets/scaffolds.css.scss
+ 5
- 3
app/assets/stylesheets/scaffolds.css.scss
View File
@@ -1,3 +1,5 @@
$blue: #00458f;
body {
background-color: #fff;
color: #333;
@@ -18,10 +20,10 @@ pre {
font-size: 1.1rem; }
a {
color:
#00458f
;
color:
$blue
;
text-decoration: none;
&:visited {
color:
#00458f
; }
color:
$blue
; }
&:hover {
color: #fff;
background-color: #ccc;
@@ -215,7 +217,7 @@ h2 {
.pagination {
font-size: 1.2rem;
.current {
background-color:
#00458F
;
background-color:
$blue
;
color: white;
font-style: normal;
padding: 3px;
Write
Preview
Loading…
Cancel
Save