一部適応されてなかったり文字が白かったりします
room.internet.ac.jp - ダークテーマ by gekiowo
Details
Authorgekiowo
LicenseNo License
Categoryroom.internet.ac.jp
Created
Updated
Size1.5 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name room.internet.ac.jp - 2024年7月
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("room.internet.ac.jp") {
#root nav{
background-color: #202020;
}
#root .message-board__post-form{
background-color: #202020;
}
#root .message-board__search-form{
background-color: #202020;
}
#root table{
background-color: #484747;
}
body{
color: #fff;
}
.side-nav .collapsible-header, .side-nav.fixed .collapsible-header{
color: black;
}
#root {
background-color: #202020;
}
.side-nav .collapsible-header, .side-nav.fixed .collapsible-header{
background-color: #484747;
}
html{
background-color: #202020;
}
.card {
color: white;
background-color: #484747;
}
.modal.modal-fixed-footer .modal-content {
color: black;
}
#root textarea.materialize-textarea{
color: black;
}
.exam-fill-blank__input{
color:black;
}
.legendBlock>div{
background-color:#202020;
}
.ePortfolioSubjectsList>section>header>p{
color:white;
}
#root .digital-and-link-materials>.digital-materials>ul>li>a, #root .digital-and-link-materials>.link-materials>ul>li>a{
color: white;
}
#root .message-board__search-form .message-board__search-post>textarea{
color: black;
}
}