mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 06:28:35 +01:00
new description :3
This commit is contained in:
parent
da942683af
commit
6fabce3985
1 changed files with 14 additions and 6 deletions
|
@ -149,13 +149,10 @@ a {
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
margin-top: 1em !important;
|
margin-top: 1em !important;
|
||||||
border-radius: 21px;
|
border-radius: 21px;
|
||||||
background: var(--div-prim-bg);
|
margin-bottom: 0.1em;
|
||||||
padding: 10px;
|
|
||||||
margin-bottom: 20px;
|
|
||||||
font-stretch: expanded;
|
font-stretch: expanded;
|
||||||
justify-self: center;
|
justify-self: center;
|
||||||
font-family: var(--text-font-primary);
|
font-family: var(--text-font-primary);
|
||||||
border: var(--div-border-color);
|
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -298,8 +295,8 @@ a {
|
||||||
}
|
}
|
||||||
|
|
||||||
.comments-class-or-something-i-cant-find-a-name-lol {
|
.comments-class-or-something-i-cant-find-a-name-lol {
|
||||||
background: var(--div-second-bg);
|
background: var(--div-prim-bg);
|
||||||
border-radius: 30px;
|
border-radius: 2em;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
padding-top: 0;
|
padding-top: 0;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
|
@ -408,3 +405,14 @@ a {
|
||||||
gap: var(--gutter);
|
gap: var(--gutter);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.description-new {
|
||||||
|
grid-area: description;
|
||||||
|
font-size: 1rem;
|
||||||
|
color: var(--text-primary);
|
||||||
|
background: var(--div-prim-bg);
|
||||||
|
padding: 16px;
|
||||||
|
border-radius: 1.2em;
|
||||||
|
border: var(--div-border-color);
|
||||||
|
border-style: solid;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue