FIX: new user username color
This commit is contained in:
parent
452232096f
commit
e6e04ca0e9
|
@ -13,10 +13,6 @@
|
|||
padding: 12px 12px 5px 12px;
|
||||
max-width: 350px;
|
||||
|
||||
h1.new-user a {
|
||||
color: $dark_gray;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 30px;
|
||||
line-height: 33px;
|
||||
|
@ -67,4 +63,8 @@
|
|||
.btn {
|
||||
margin: 0 0 7px 0;
|
||||
}
|
||||
|
||||
.new-user a {
|
||||
color: $dark_gray;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -572,6 +572,10 @@ iframe {
|
|||
font-size: 36px;
|
||||
}
|
||||
|
||||
.new-user a {
|
||||
color: $dark_gray;
|
||||
}
|
||||
|
||||
.staff a {
|
||||
padding: 4px;
|
||||
margin: -4px 0 0 0;
|
||||
|
|
|
@ -433,7 +433,7 @@ iframe {
|
|||
background-color: lighten(yellow, 35%);
|
||||
}
|
||||
|
||||
h3.new-user a[href] {
|
||||
.new-user a {
|
||||
color: $dark_gray;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue