fix link colour to be visible on blue background
parent
207675d204
commit
0047eb6b0b
|
@ -1,3 +1,8 @@
|
|||
/* GENERAL STYLING */
|
||||
.bg-primary a {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
/* SUBPAGES */
|
||||
.subpage {
|
||||
background-image: url(../img/header.jpg);
|
||||
|
|
Loading…
Reference in New Issue