mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-05-06 18:16:38 +00:00
deploy: 8c1a7304f9
This commit is contained in:
parent
521e8c1e93
commit
f7b01d8a11
154 changed files with 6144 additions and 3870 deletions
css
|
@ -78,12 +78,7 @@ th {
|
|||
font-weight: 600;
|
||||
}
|
||||
|
||||
.default-animation,
|
||||
#sidebar,
|
||||
#sidebar ul,
|
||||
#body,
|
||||
#body .padding,
|
||||
#body .nav {
|
||||
.default-animation{
|
||||
-webkit-transition: all 0.5s ease;
|
||||
-moz-transition: all 0.5s ease;
|
||||
transition: all 0.5s ease;
|
||||
|
@ -1419,6 +1414,10 @@ h6 a {
|
|||
cursor: pointer;
|
||||
}
|
||||
|
||||
.select-style #select-theme {
|
||||
text-transform: capitalize;
|
||||
}
|
||||
|
||||
@media only all and (max-width: 47.938em) {
|
||||
#breadcrumbs .links, #top-github-link-text {
|
||||
display: none;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue