search sscreen

This commit is contained in:
2024-05-04 12:32:19 +03:00
parent 3652b99f4c
commit bb49021fb8
14 changed files with 696 additions and 46 deletions

View File

@@ -3,8 +3,10 @@ import { css } from "@emotion/react";
export const globalStyles = css`
:root {
--dark-link: #2e81ff;
--main: #43888c;
--main-transparent: #44898d66;
--main-dark: #228947;
--brand: #4d7f1e;
@@ -13,6 +15,8 @@ export const globalStyles = css`
--bg-main: #cee6e9;
--text: #000000;
--text-contrast: #ffffff;
--gradient-cucumber: linear-gradient(90deg, #2E8A47, #67AB3D);
}
html {