Updates combined.css to hide para symbol until user hovers over it
This commit is contained in:
parent
060bd10072
commit
2a7b54e93f
@ -793,7 +793,7 @@ h1 {
|
||||
font-size: 34px;
|
||||
font-weight: 300;
|
||||
margin-bottom: 25px;
|
||||
text-align: center; }
|
||||
text-align: left; }
|
||||
|
||||
h2 {
|
||||
color: #2A4E68;
|
||||
@ -4213,6 +4213,12 @@ a.docs-edit i {
|
||||
text-decoration: underline;
|
||||
color: #30739C; }
|
||||
|
||||
a.headerlink {
|
||||
color: #fff; }
|
||||
|
||||
a.headerlink:hover {
|
||||
color: #30739C; }
|
||||
|
||||
a.gloss {
|
||||
background: #edf2f7;
|
||||
color: #2A4E68;
|
||||
|
Loading…
x
Reference in New Issue
Block a user