diff options
| author | Volpeon <git@volpeon.ink> | 2024-12-09 23:20:03 +0100 | 
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2024-12-09 23:20:03 +0100 | 
| commit | 7886555424dfa7d14f76874e525d5379109e977b (patch) | |
| tree | d010a64c349a1bf974ffc35441da83d532467f4a /src | |
| parent | Update (diff) | |
| download | furbase-design-2024-7886555424dfa7d14f76874e525d5379109e977b.tar.gz furbase-design-2024-7886555424dfa7d14f76874e525d5379109e977b.tar.bz2 furbase-design-2024-7886555424dfa7d14f76874e525d5379109e977b.zip | |
Update
Diffstat (limited to 'src')
| -rw-r--r-- | src/_board.scss | 4 | ||||
| -rw-r--r-- | src/_common.vars.scss | 2 | 
2 files changed, 6 insertions, 0 deletions
| diff --git a/src/_board.scss b/src/_board.scss index 3fea245..b208390 100644 --- a/src/_board.scss +++ b/src/_board.scss | |||
| @@ -67,6 +67,10 @@ | |||
| 67 | margin-block-start: -.3em; | 67 | margin-block-start: -.3em; | 
| 68 | } | 68 | } | 
| 69 | 69 | ||
| 70 | .messageSidebar a:hover { | ||
| 71 | text-decoration: underline; | ||
| 72 | } | ||
| 73 | |||
| 70 | @media screen and (max-width: 768px) { | 74 | @media screen and (max-width: 768px) { | 
| 71 | .messageGroupList .tabularListRow:not(.tabularListRowHead) > .tabularListColumns .columnSubject { | 75 | .messageGroupList .tabularListRow:not(.tabularListRowHead) > .tabularListColumns .columnSubject { | 
| 72 | flex-basis: calc(100% - 42px - 14px); | 76 | flex-basis: calc(100% - 42px - 14px); | 
| diff --git a/src/_common.vars.scss b/src/_common.vars.scss index d3a4754..e0f538a 100644 --- a/src/_common.vars.scss +++ b/src/_common.vars.scss | |||
| @@ -24,6 +24,7 @@ $wcfNavigationLinkActive: props.def(--wcfNavigationLinkActive, props.get(core.$t | |||
| 24 | 24 | ||
| 25 | $wcfContentBackground: props.def(--wcfContentBackground, props.get(core.$theme, --base, --75)); | 25 | $wcfContentBackground: props.def(--wcfContentBackground, props.get(core.$theme, --base, --75)); | 
| 26 | $wcfContentBorder: props.def(--wcfContentBorder, var(--wcfContentBorderInner)); | 26 | $wcfContentBorder: props.def(--wcfContentBorder, var(--wcfContentBorderInner)); | 
| 27 | $wcfContentDimmedText: props.def(--wcfContentDimmedText, props.get(core.$theme, --base, --500)); | ||
| 27 | 28 | ||
| 28 | $wcfFooterBoxBackground: props.def(--wcfFooterBoxBackground, props.get(core.$theme, --base, --100)); | 29 | $wcfFooterBoxBackground: props.def(--wcfFooterBoxBackground, props.get(core.$theme, --base, --100)); | 
| 29 | $wcfFooterBoxText: props.def(--wcfFooterBoxText, props.get(core.$theme, --base, --800)); | 30 | $wcfFooterBoxText: props.def(--wcfFooterBoxText, props.get(core.$theme, --base, --800)); | 
| @@ -40,6 +41,7 @@ $wcfFooterCopyrightLink: props.def(--wcfFooterCopyrightLink, props.get(core.$the | |||
| 40 | $wcfFooterCopyrightLinkActive: props.def(--wcfFooterCopyrightLinkActive, props.get(core.$theme, --base, --50)); | 41 | $wcfFooterCopyrightLinkActive: props.def(--wcfFooterCopyrightLinkActive, props.get(core.$theme, --base, --50)); | 
| 41 | 42 | ||
| 42 | $wcfSidebarBackground: props.def(--wcfSidebarBackground, props.get($wcfContentBackground)); | 43 | $wcfSidebarBackground: props.def(--wcfSidebarBackground, props.get($wcfContentBackground)); | 
| 44 | $wcfSidebarDimmedText: props.def(--wcfSidebarDimmedText, props.get($wcfContentDimmedText)); | ||
| 43 | 45 | ||
| 44 | $wcfButtonBackground: props.def(--wcfButtonBackground, props.get(core.$theme, --base, --200)); | 46 | $wcfButtonBackground: props.def(--wcfButtonBackground, props.get(core.$theme, --base, --200)); | 
| 45 | $wcfButtonText: props.def(--wcfButtonText, props.get(core.$theme, --base, --200-text)); | 47 | $wcfButtonText: props.def(--wcfButtonText, props.get(core.$theme, --base, --200-text)); | 
