forked from DebaucheryLibrarian/traxxx
Added release page with photo viewer. Added photo count to database. Improved styling.
This commit is contained in:
@@ -2,3 +2,9 @@ $primary: #ff886c;
|
||||
|
||||
$text: #222;
|
||||
$text-contrast: #fff;
|
||||
|
||||
$shadow: rgba(0, 0, 0, .5);
|
||||
$shadow-weak: rgba(0, 0, 0, .2);
|
||||
$shadow-hint: rgba(0, 0, 0, .1);
|
||||
|
||||
$highlight: rgba(255, 255, 255, .5);
|
||||
|
||||
@@ -6,7 +6,9 @@ body {
|
||||
}
|
||||
|
||||
body {
|
||||
color: $text;
|
||||
margin: 0;
|
||||
font-family: Verdana, sans-serif;
|
||||
}
|
||||
|
||||
.nolist {
|
||||
|
||||
Reference in New Issue
Block a user