Update styles

This commit is contained in:
jeffvli
2022-10-24 22:34:13 -07:00
parent 781adb7c4d
commit f09abdb4c6
5 changed files with 79 additions and 17 deletions
-8
View File
@@ -1,8 +0,0 @@
.ag-theme-alpine-dark {
--ag-borders: none;
--ag-background-color: #101010;
--ag-odd-row-background-color: #1d1d1d;
--ag-font-size: 12px;
--ag-foreground-color: #ffffff;
--ag-font-family: Poppins;
}
+1 -1
View File
@@ -1,4 +1,4 @@
import { css } from 'styled-components';
import { css } from '@emotion/react';
export enum Font {
EPILOGUE = 'Epilogue',
+19
View File
@@ -1,5 +1,6 @@
@use '../themes/default.scss';
@use '../themes/dark.scss';
@use '../themes/light.scss';
* {
box-sizing: border-box;
@@ -47,6 +48,10 @@ html {
height: 8px;
}
::-webkit-scrollbar-corner {
background: var(--scrollbar-track-bg);
}
::-webkit-scrollbar-track {
background: var(--scrollbar-track-bg);
}
@@ -173,3 +178,17 @@ a {
font-family: 'Work Sans';
src: url('../fonts/WorkSans-Regular.ttf') format('truetype');
}
@font-face {
font-family: 'DroidSerif';
src: url('https://rawgit.com/google/fonts/master/ufl/ubuntumono/UbuntuMono-Italic.ttf')
format('truetype');
unicode-range: U+000-5FF; /* Latin glyphs */
}
@font-face {
font-family: 'DroidSerif';
src: url('https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2')
format('truetype');
unicode-range: U+3000-9FFF, U+ff??; /* Japanese glyphs */
}
+1 -1
View File
@@ -1,4 +1,4 @@
import { css } from 'styled-components';
import { css } from '@emotion/react';
export const textEllipsis = css`
overflow: hidden;