From 2122417043be48d5cd4c52bf1c2ff70d6263f007 Mon Sep 17 00:00:00 2001 From: daria Date: Thu, 13 Mar 2025 16:25:34 +0200 Subject: [PATCH] change colors --- customize.dist/src/less2/include/toolbar.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/customize.dist/src/less2/include/toolbar.less b/customize.dist/src/less2/include/toolbar.less index e81645fca..8e7879fce 100644 --- a/customize.dist/src/less2/include/toolbar.less +++ b/customize.dist/src/less2/include/toolbar.less @@ -449,8 +449,8 @@ position: absolute; top: -100px; left: 45%; - background-color: @cryptpad_color_brand; - color: @cryptpad_text_col; + background-color: @cp_buttons-primary; + color: @cp_buttons-primary-text; padding: 0.3rem 0.5rem; font-size: 1rem; text-decoration: none;