new forge migration
This commit is contained in:
parent
45b941f327
commit
22a1036e86
422 changed files with 5786 additions and 2 deletions
37
themes/risotto/static/css/logo.css
Normal file
37
themes/risotto/static/css/logo.css
Normal file
|
@ -0,0 +1,37 @@
|
|||
.page__logo {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
font-weight: inherit;
|
||||
color: var(--bg);
|
||||
}
|
||||
|
||||
.page__logo:before {
|
||||
content: none;
|
||||
}
|
||||
|
||||
.page__logo-inner {
|
||||
display: block;
|
||||
background: var(--logo);
|
||||
opacity: 0.90;
|
||||
padding: 0.25rem;
|
||||
}
|
||||
|
||||
a.page__logo-inner:link, a.page__logo-inner:visited {
|
||||
color: inherit;
|
||||
text-decoration: inherit;
|
||||
}
|
||||
|
||||
a.page__logo-inner:hover,
|
||||
a.page__logo-inner:active {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.page__logo-inner:before {
|
||||
content: "[";
|
||||
color: var(--bg);
|
||||
}
|
||||
|
||||
.page__logo-inner:after {
|
||||
content: "] $";
|
||||
color: var(--bg);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue