makes the ui usable again.
removes border from textarea. note this probably only works on the dark theme
Authoraustism
LicenseNo License
Categoryaidungeon
Created
Updated
Code size692 B
Code checksum9bf37f6f
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
makes the ui usable again.
removes border from textarea. note this probably only works on the dark theme
/* ==UserStyle==
@name ai dungeon old ui
@version 20220828.20.31
@namespace userstyles.world/user/austism
@description makes the ui usable again.
removes border from textarea. note this probably only works on the dark theme
@author austism
@license No License
==/UserStyle== */
@-moz-document domain("play.aidungeon.io") {
.css-1dbjc4n.r-1awozwy.r-rs99b7.r-18u37iz.r-tuq35u.r-13qz1uu {
background-color: rgb(59, 59, 59)!important;
border: none;
}
.css-1dbjc4n.r-1awozwy.r-18u37iz > textarea {
background-color: rgb(59, 59, 59)!important;
border: none;
}
.css-1dbjc4n.r-1pi2tsx.r-1udh08x > .css-1dbjc4n.r-13awgt0 {
width: 80%!important
}
}