From 8049a19845f8685a2f8b9e2d614b8e9a381324ac Mon Sep 17 00:00:00 2001 From: sadra Date: Sun, 29 Sep 2024 20:30:56 +0330 Subject: [PATCH] release: 1.1.19 --- VERSION | 2 +- web/style/components/buttons.scss | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/VERSION b/VERSION index b0c8928..3a21f22 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.1.18 \ No newline at end of file +1.1.19 \ No newline at end of file diff --git a/web/style/components/buttons.scss b/web/style/components/buttons.scss index 8186767..b78598d 100644 --- a/web/style/components/buttons.scss +++ b/web/style/components/buttons.scss @@ -15,12 +15,12 @@ gap: 0.5vw; padding: 1.5vh 1.6vw; - color: white; + color: black; background: none; border: 2px solid; - border-color: var(--accent-color); + border-color: black; border-radius: 3px; margin-top: 5vh; @@ -54,7 +54,8 @@ backface-visibility: hidden; transform: translateZ(0); display: grid; - transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1), + transition: + transform 0.5s cubic-bezier(0.86, 0, 0.07, 1), opacity 0.4s cubic-bezier(0.86, 0, 0.07, 1); &.before { transform-origin: left center;