Match the create button style on the landing page to the other headings
This commit is contained in:
parent
13de458320
commit
ff4efa481a
1 changed files with 4 additions and 2 deletions
|
@ -1359,12 +1359,14 @@ i.toggle-icon:hover {
|
|||
}
|
||||
|
||||
.landing .header-bar .user-tools i {
|
||||
padding: 4px;
|
||||
margin-top: 0px;
|
||||
padding: 12px;
|
||||
border-radius: 4px;
|
||||
color: white !important;
|
||||
}
|
||||
|
||||
.landing .header-bar .user-tools i:hover {
|
||||
background: rgba(255, 255, 255, 0.4) !important;
|
||||
background: rgba(255, 255, 255, 0.2) !important;
|
||||
}
|
||||
|
||||
.landing .navbar-links a {
|
||||
|
|
Reference in a new issue