projects
/
working
/
eg-antora.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6def468
)
only apply font settings to first item in navbar-brand
author
Dan Allen
<dan@opendevise.com>
Fri, 6 Apr 2018 07:11:35 +0000
(
01:11
-0600)
committer
Dan Allen
<dan@opendevise.com>
Fri, 6 Apr 2018 07:11:35 +0000
(
01:11
-0600)
src/css/header.css
patch
|
blob
|
history
diff --git
a/src/css/header.css
b/src/css/header.css
index
fc8b35a
..
0bb4ec0
100644
(file)
--- a/
src/css/header.css
+++ b/
src/css/header.css
@@
-26,8
+26,8
@@
body {
text-decoration: none;
}
-.navbar-brand .navbar-item,
-.navbar-brand .navbar-item a {
+.navbar-brand .navbar-item
:first-child
,
+.navbar-brand .navbar-item
:first-child
a {
color: var(--color-navbar-text);
font-size: 1.15rem;
}