This commit is contained in:
parent
b33c2e9d5a
commit
f81e4bb5f1
7 changed files with 58 additions and 194 deletions
|
|
@ -187,6 +187,8 @@ footer {
|
|||
border-bottom: .2rem solid var(--accent);
|
||||
color: var(--foreground);
|
||||
|
||||
transition: .2s background-color, .1s border-bottom;
|
||||
|
||||
.nav-base {
|
||||
padding: 0px .2em !important;
|
||||
max-width: fit-content;
|
||||
|
|
@ -251,6 +253,12 @@ footer {
|
|||
}
|
||||
}
|
||||
|
||||
.navbar:hover {
|
||||
transition: .2s background-color, .1s border-bottom;
|
||||
background-color: var(--accent);
|
||||
border-bottom: .1rem solid var(--accent);
|
||||
}
|
||||
|
||||
/* text formatting and config stuff
|
||||
font-family and <p> is set under .terminal */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue