Compare commits

..

No commits in common. "b92a47406980f9d4e9f4d195654fffe59b39ef62" and "5b61340fee0bd73ced82dd646ded6f301f4c0061" have entirely different histories.

5 changed files with 11 additions and 13 deletions

View file

@ -51,14 +51,3 @@
}
}
}
/* TODO: Remove me when this issue is resolved https://github.com/foundryvtt/foundryvtt/issues/13734 */
body.theme-dark,
.themed.theme-dark {
color-scheme: dark;
}
body.theme-light,
.themed.theme-light {
color-scheme: light;
}

View file

@ -10,6 +10,7 @@
@import './tab-description.less';
@import './tab-features.less';
@import './tab-effects.less';
@import './tab-settings.less';
@import './item-header.less';
@import './feature-section.less';
@import './inventory-item.less';

View file

@ -160,7 +160,7 @@
.item-description {
display: flex;
flex-direction: column;
gap: 7px;
gap: 10px;
}
h3 {

View file

@ -0,0 +1,8 @@
@import '../utils/colors.less';
@import '../utils/fonts.less';
.sheet.daggerheart.dh-style {
.tab.settings {
margin-bottom: 36px;
}
}

View file

@ -1,4 +1,4 @@
.theme-light#interface #ui-right #sidebar {
.theme-light #interface #ui-right #sidebar {
menu li button img {
filter: @grey-filter;
}