Compare commits

..

No commits in common. "0492507bd1a25ae29c5d90d885c11b8bc87117ce" and "d372f3df9b15b5e600a924eb3690b3ac52618873" have entirely different histories.

5 changed files with 5 additions and 12 deletions

View file

@ -38,7 +38,7 @@
}
&:before {
font-family: var(--font-awesome);
font-family: 'Font Awesome 6 Pro';
content: '\f110';
position: absolute;
height: 100%;

View file

@ -4,8 +4,8 @@
// Theme handling
.appTheme({
background: @dark-blue-d0;
backdrop-filter: blur(7px);
background: @dark-blue-90;
backdrop-filter: blur(8px);
}, {
background: url('../assets/parchments/dh-parchment-light.png') no-repeat center;
});

View file

@ -195,7 +195,7 @@ fieldset.daggerheart.chat {
&:before,
&:after {
content: '\f0d8';
font-family: var(--font-awesome);
font-family: 'Font Awesome 6 Pro';
}
}
&.expanded {

View file

@ -125,7 +125,6 @@
.form-group {
white-space: nowrap;
gap: 0;
}
.filter-header {
@ -169,10 +168,6 @@
}
}
}
.filter-content {
margin-top: 8px;
}
}
.folder-list {
@ -277,7 +272,7 @@
div[data-sort-key] {
&:after {
font-family: var(--font-awesome);
font-family: 'Font Awesome 6 Pro';
margin-left: 5px;
}

View file

@ -51,7 +51,6 @@
--dark-blue-50: #18162e50;
--dark-blue-60: #18162e60;
--dark-blue-90: #18162e90;
--dark-blue-d0: #18162ed0;
--semi-transparent-dark-blue: rgba(24, 22, 46, 0.33);
--dark: #222222;
@ -137,7 +136,6 @@
@dark-blue-50: var(--dark-blue-50, #18162e50);
@dark-blue-60: var(--dark-blue-60, #18162e60);
@dark-blue-90: var(--dark-blue-90, #18162e90);
@dark-blue-d0: var(--dark-blue-d0, #18162ed0);
@semi-transparent-dark-blue: var(--semi-transparent-dark-blue, rgba(24, 22, 46, 0.33));
@dark: var(--dark, #222222);