for chrome users:
download this extension
.d-header {
display: flex;
align-items: center;
width: 100%;
z-index: 1000;
background-color: #e94b35 ;
box-shadow: 0 2px 4px -1px rgb(0 0 0 / 25%);
backface-visibility: hidden;
}
html {
color: var(–primary);
font-family: var(–font-family);
font-size: var(–base-font-size);
line-height: var(–line-height-large);
background-color: #fff ;
overflow-y: scroll;
direction: ltr;
}
.alert.alert-info.clickable {
color: #000000 ;
}
and add this css style
@SWAPD please don’t hate me for this
Wow I thought I had the color blind settings on my phone or something. Will for sure be getting that extension… colors are a bit too off for my liking.
Aaqibk
April 1, 2022, 10:27am
25
I just sent like 10 min reinstalling swapd app… thought it was a bug with my phone & also yellow is hard to read at. Please bring dark mode.
2 Likes
here’s the updated css
.d-header {
display: flex;
align-items: center;
width: 100%;
z-index: 1000;
background-color: #e94b35;
box-shadow: 0 2px 4px -1px rgb(0 0 0 / 25%);
backface-visibility: hidden;
}
html {
color: var(--primary);
font-family: var(--font-family);
font-size: var(--base-font-size);
line-height: var(--line-height-large);
background-color: #fff;
overflow-y: scroll;
direction: ltr;
}
.alert.alert-info.clickable {
color: #000000;
}
.topic-body {
background-color: #fff;
margin-top: 10px;
padding-left: 10px;
border-radius: 2px;
padding-right: 10px;
border: 2px solid #e9e9e9;
}
.extra-info-wrapper .topic-link {
color: #ffffff;
display: block;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
blockquote {
border-left: 5px solid var(--primary-low);
background-color: #ffffff;
clear: both;
}
.menu-panel {
border: 1px solid var(--primary-low);
box-shadow: 0 12px 12px rgb(0 0 0 / 15%);
background-color: #fff;
z-index: 1000;
padding: 0.5em;
width: 320px;
overflow: hidden;
display: flex;
flex-direction: column;
}
a {
color: #000000;
text-decoration: none;
cursor: pointer;
}
.user-menu .quick-access-panel .read {
background-color: #fff;
}
.emoji-picker {
width: 100%;
color: var(--primary);
background-color: #fff;
border: 1px solid var(--primary-low);
display: flex;
box-sizing: border-box;
background-clip: padding-box;
z-index: 1300;
flex-direction: row;
height: 320px;
max-height: 50vh;
max-width: 420px;
}
1 Like
SWAPD
April 1, 2022, 11:29am
29
The dark mode is back, you need to switch it in your settings.
1 Like
@SWAPD tell your dev to change default setting to light or dark theme to avoid this issue
Go to interface settings and then choose dark or light seems like he forgot to set the default
1 Like
Ill sue for retina damage
Oh SH#%#%#T … just April Mop… Well done guys…
Go to preferences , choose interface then change default theme toothy or dark and save it.
1 Like
Important Announcement: Unfortunately all open tickets which are currently in escrow have had their funds stolen. We are trying to locate them.
This would be nuts
5 Likes