FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
feast/ui/src/index.css at master · feast-dev/feast · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
feast-dev
/
feast
Public
Notifications
You must be signed in to change notification settings
Fork
1.4k
Star
7.2k
Code
Issues
218
Pull requests
191
Discussions
Actions
Security and quality
1
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
feast
/
ui
/
src
/
index.css
Copy path
More file actions
More file actions
Latest commit
History
History
History
32 lines (28 loc) · 851 Bytes
Breadcrumbs
feast
/
ui
/
src
/
index.css
Copy path
File metadata and controls
32 lines (28 loc) · 851 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
@supports
(
font-variation-settings
:
normal) {
html
{
font-family
:
"Inter var"
,
"system-ui"
;
}
}
html
{
background
:
url
(
"assets/feast-icon-grey.svg"
) no-repeat
-6
vh
56
vh
;
background-size
:
50
vh
;
background-attachment
:
fixed;
}
/* Add dark mode specific styles */
body
.
euiTheme--dark
html
{
background
:
url
(
"assets/feast-icon-grey.svg"
) no-repeat
-6
vh
56
vh
;
background-size
:
50
vh
;
filter
:
brightness
(
0.7
);
/* Darken the background image for dark mode */
}
body
{
margin
:
0
;
font-family
:
"Inter"
,
-apple-system
,
BlinkMacSystemFont
,
"Segoe UI"
,
"Roboto"
,
"Oxygen"
,
"Ubuntu"
,
"Cantarell"
,
"Fira Sans"
,
"Droid Sans"
,
"Helvetica Neue"
,
sans-serif;
-webkit-font-smoothing
:
antialiased;
-moz-osx-font-smoothing
:
grayscale;
}
code
{
font-family
:
source-code-pro
,
Menlo
,
Monaco
,
Consolas
,
"Courier New"
,
monospace;
}
Back
|
FazBrowse Home
|
New Git URL