some edits for otomotone theme

This commit is contained in:
2025-08-17 20:33:26 +03:00
parent f04f0fb51b
commit 70646ba381
2 changed files with 3 additions and 1 deletions

View File

@ -271,7 +271,7 @@ blockquote {
margin: 10px; margin: 10px;
border-radius: 4px; border-radius: 4px;
border-left: 10px solid #ae6bae; border-left: 10px solid #ae6bae;
background-color: rgba(0, 0, 0, 0.1490196078); background-color: rgba(251, 175, 207, 0.0392156863);
} }
.user-info { .user-info {

View File

@ -40,6 +40,8 @@ $crit: #d53232;
$site_title_color: white, $site_title_color: white,
$topnav_color: #303030, $topnav_color: #303030,
$quote_background_color: #fbafcf0a,
$link_color: #e87fe1, $link_color: #e87fe1,
$link_color_visited: #ed4fb1, $link_color_visited: #ed4fb1,