Dichiarato stile bglug.
This commit is contained in:
parent
6087a83b6f
commit
b1d13608c3
3 changed files with 32 additions and 25 deletions
28
style/bglug.css
Normal file
28
style/bglug.css
Normal file
|
@ -0,0 +1,28 @@
|
|||
/* @theme bglug */
|
||||
@import "kant";
|
||||
|
||||
@import 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css';
|
||||
|
||||
h6 img {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
section em {
|
||||
color: inherit;
|
||||
background-color: transparent;
|
||||
font-kerning: none;
|
||||
font-weight: initial;
|
||||
font-style: italic;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
section a {
|
||||
color: var(--bold-color);
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
div.columns {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, minmax(0, 1fr));
|
||||
gap: 1rem;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue