mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-18 04:01:11 +00:00
further tweaks to text size in explorer
This commit is contained in:
parent
594d7e03e3
commit
51a16a0758
1 changed files with 10 additions and 4 deletions
|
|
@ -184,12 +184,18 @@ ul.listing{
|
|||
color:white;
|
||||
background-color:@color-header-bg;
|
||||
|
||||
.title h2{
|
||||
color:white;
|
||||
font-size:1.3em;
|
||||
.title{
|
||||
padding-top:1.3em;
|
||||
padding-bottom:1.3em;
|
||||
|
||||
a:hover{
|
||||
h2{
|
||||
color:white;
|
||||
font-size:1.8em;
|
||||
font-weight:600;
|
||||
|
||||
a:hover{
|
||||
color:white;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue