mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: new user username color
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user