mirror of
https://github.com/ent/ent.git
synced 2026-05-24 09:31:56 +03:00
doc/website: small css changes to navbar
This commit is contained in:
committed by
Ariel Mashraki
parent
0c05e2abb5
commit
2ba7d8e7a2
@@ -290,14 +290,6 @@ body .homeContainer .homeWrapper {
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
.button {
|
||||
border: 1px solid #4d8eaa;
|
||||
}
|
||||
|
||||
.button:hover {
|
||||
background: #48849e;
|
||||
}
|
||||
|
||||
.homeContainer .homeWrapper {
|
||||
padding: 3em 10px 0 10px;
|
||||
}
|
||||
@@ -588,7 +580,7 @@ header ul, ol {
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 400px) {
|
||||
@media only screen and (max-width: 450px) {
|
||||
.gopherGraph {
|
||||
margin-top: 40px;
|
||||
}
|
||||
@@ -764,6 +756,9 @@ html[data-theme='dark'] .header-github-link:before {
|
||||
no-repeat;
|
||||
}
|
||||
|
||||
.header-twitter-link:hover {
|
||||
opacity: 0.6;
|
||||
}
|
||||
|
||||
.header-twitter-link:before {
|
||||
content: '';
|
||||
@@ -783,6 +778,10 @@ html[data-theme='dark'] .header-twitter-link:before {
|
||||
no-repeat;
|
||||
}
|
||||
|
||||
.header-newsletter-link:hover {
|
||||
opacity: 0.6;
|
||||
}
|
||||
|
||||
.header-newsletter-link:before {
|
||||
content: '';
|
||||
width: 24px;
|
||||
@@ -801,6 +800,10 @@ html[data-theme='dark'] .header-newsletter-link:before {
|
||||
no-repeat;
|
||||
}
|
||||
|
||||
.header-slack-link:hover {
|
||||
opacity: 0.6;
|
||||
}
|
||||
|
||||
.header-slack-link:before {
|
||||
content: '';
|
||||
width: 24px;
|
||||
@@ -812,4 +815,8 @@ html[data-theme='dark'] .header-newsletter-link:before {
|
||||
|
||||
html[data-theme='dark'] .header-slack-link:before {
|
||||
filter: invert(100%);
|
||||
}
|
||||
|
||||
html[data-theme='dark'] .navbar__logo {
|
||||
filter: invert(100%);
|
||||
}
|
||||
Reference in New Issue
Block a user