1
0
Fork 0
mirror of synced 2024-06-10 23:04:45 +12:00

Minor style change

This commit is contained in:
Eldad Fux 2021-08-22 11:00:19 +03:00
parent 3d9dc298ef
commit 16ceb774e0
4 changed files with 11 additions and 5 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -21,12 +21,12 @@
opacity: 1!important;
&:before {
content: "";
position: absolute;
// content: "";
// position: absolute;
width: 100%;
height: 100%;
z-index: 0;
background: var(--config-color-background-focus);
// background: var(--config-color-background-focus);
}
&.inline {

View file

@ -1209,6 +1209,12 @@ ol {
.pull-start;
}
i.avatar {
text-align: center;
background: var(--config-color-dark);
color: var(--config-color-background-fade);
}
&:last-child {
border-bottom: none;
}