FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
client_java/docs/static/custom.css at main · edoardocomar/client_java · GitHub
edoardocomar
/
client_java
Public
forked from
prometheus/client_java
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
client_java
/
docs
/
static
/
custom.css
Copy path
More file actions
More file actions
Latest commit
History
History
History
43 lines (39 loc) · 993 Bytes
Breadcrumbs
client_java
/
docs
/
static
/
custom.css
Copy path
File metadata and controls
43 lines (39 loc) · 993 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
33
34
35
36
37
38
39
40
41
42
43
/*
* Didn't find much time to create a theme yet,
* so there are just a few non-default settings for now.
*/
:
root
,
:
root
[
color-theme
=
"light"
] {
--header-background
:
#
222222
;
--footer-background
:
#
e6522c
;
--footer-link-color
:
#
ffffff
;
--footer-link-color-visited
:
#
ffffff
;
}
@media
(
prefers-color-scheme
:
light) {
:
root
{
--header-background
:
#
222222
;
--footer-background
:
#
e6522c
;
--footer-link-color
:
#
ffffff
;
--footer-link-color-visited
:
#
ffffff
;
}
}
:
root
[
color-theme
=
"dark"
]
{
--header-background
:
#
111c24
;
--body-background
:
#
1f1f21
;
--footer-background
:
#
e6522c
;
--footer-link-color
:
#
ffffff
;
--footer-link-color-visited
:
#
ffffff
;
}
@media
(
prefers-color-scheme
:
dark) {
:
root
{
--header-background
:
#
111c24
;
--body-background
:
#
1f1f21
;
--footer-background
:
#
e6522c
;
--footer-link-color
:
#
ffffff
;
--footer-link-color-visited
:
#
ffffff
;
}
}
.
gdoc-markdown
pre
,
.
gdoc-markdown
code
{
overflow
:
auto;
}
Back
|
FazBrowse Home
|
New Git URL