Adding an app defaults post
This commit is contained in:
parent
3eab65c59b
commit
cc348eac50
4 changed files with 45 additions and 1 deletions
|
|
@ -516,6 +516,13 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.blog-footer {
|
||||
text-align: center;
|
||||
padding: 1rem;
|
||||
margin: auto;
|
||||
font-size: 1rem;
|
||||
}
|
||||
}
|
||||
|
||||
// Tag filter navigation
|
||||
|
|
@ -822,6 +829,7 @@
|
|||
transition: all 0.3s ease;
|
||||
text-shadow: 0 0 5px rgba(0, 255, 0, 0.5);
|
||||
border-radius: 3px;
|
||||
line-height: 2.2rem;
|
||||
|
||||
&:hover:not(.disabled) {
|
||||
background: rgba(0, 255, 0, 0.2);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue