Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions css/fonts.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 28 additions & 2 deletions css/layout1.sass
Original file line number Diff line number Diff line change
Expand Up @@ -208,12 +208,38 @@ footer
width: 100%
z-index: -1

ul
list-style: none;

.footer-stuff
max-width: 640px
margin: 0 auto

a
color: white
img
margin-bottom: -10px;
margin-right: -2px;

input
color: #666

// Links
a
color: white
text-decoration: none

// Red Robin
.red-robin:hover
color: red


// Emerald eagle
.emerald-eagle:hover
color: #50C878;

// Crimson crane
.crimson-crane:hover
color: #DC143C

// Auburn Abbot
.auburn-abbot:hover
color: #A52A2A
2 changes: 1 addition & 1 deletion css/normalize.scss
Original file line number Diff line number Diff line change
Expand Up @@ -424,4 +424,4 @@ table {
td,
th {
padding: 0;
}
}
Loading