Various improvements, e.g., contrast
Ayoa by hunter812
Details
Authorhunter812
LicenseNo License
Categoryapp.ayoa.com
Created
Updated
Size1.8 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 Ayoa
@version 20240725.01.33
@namespace https://userstyles.world/user/hunter812
@description Improved contrast and visibility
@author hunter812
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://app.ayoa.com/") {
*
{
font-weight: bold !important;
border-color: black !important;
}
.title-strikethrough
{
text-decoration-thickness: 2px !important;
}
.task-sidebar-tabs-divider
{
background-color: black !important;
}
.caret
{
border-left-color: rgba(0, 0, 0, 0) !important;
border-right-color: rgba(0, 0, 0, 0) !important;
border-top-color: rgb(190, 213, 229) !important;
}
.active-navigation-indicator {
border-bottom-color: rgb(255, 255, 255) !important;
}
button,
*[type=button],
*[type=submit],
a,
i.icon-dt_arrow_right,
div.cover-image-toggle,
div.option,
div.create-option,
.pill-task,
.pill-task .checkbox,
.complete.checkbox,
.task-sidebar-close
{
border-color: darkgoldenrod !important;
border-style: solid !important;
border-width: 2px !important;
}
button:hover,
*[type=button]:hover,
*[type=submit]:hover,
a:hover,
i.icon-dt_arrow_right:hover,
div.cover-image-toggle:hover,
div.option:hover,
div.create-option:hover,
.pill-task:hover,
.pill-task .checkbox:hover,
.complete.checkbox:hover,
.task-sidebar-close:hover
{
border-color: darkcyan !important;
border-style: dotted !important;
border-width: 2px !important;
}
#home-wrapper .home-inner-2 .home-panel-2.menu-panel #folder-container ul
{
padding-inline-start: 15px;
}
#home-wrapper .home-inner-2 .home-panel-2.menu-panel > div > button,
#home-wrapper .home-inner-2 .home-panel-2.menu-panel > div div:not(.folder-hint-wrapper):not(.folder-hint)
{
width: calc(100% - 10px);
}
}