Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BDE
nk20
Commits
ee22e9b3
Commit
ee22e9b3
authored
Apr 12, 2022
by
aeltheos
Browse files
fixing color to follow the proper theme
parent
19ae616f
Pipeline
#10123
passed with stages
in 13 minutes and 54 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
note_kfet/static/css/custom.css
View file @
ee22e9b3
...
...
@@ -65,7 +65,7 @@ mark {
/* Last BDE colors */
.bg-primary
{
background-color
:
rgb
(
64
,
0
,
64
)
!important
;
background-color
:
rgb
(
102
,
83
,
105
)
!important
;
}
html
{
...
...
@@ -81,14 +81,14 @@ body {
.btn-outline-primary
:not
(
:disabled
)
:not
(
.disabled
)
.active
,
.btn-outline-primary
:not
(
:disabled
)
:not
(
.disabled
)
:active
{
color
:
#fff
;
background-color
:
rgb
(
1
40
,
50
,
1
4
0
);
border-color
:
rgb
(
1
40
,
50
,
1
4
0
);
background-color
:
rgb
(
1
02
,
83
,
10
5
);
border-color
:
rgb
(
1
02
,
83
,
10
5
);
}
.btn-outline-primary
{
color
:
rgb
(
1
40
,
50
,
1
4
0
);
color
:
rgb
(
1
02
,
83
,
10
5
);
background-color
:
rgba
(
248
,
249
,
250
,
0.9
);
border-color
:
rgb
(
1
40
,
50
,
1
4
0
);
border-color
:
rgb
(
1
02
,
83
,
10
5
);
}
.turbolinks-progress-bar
{
...
...
@@ -99,14 +99,14 @@ body {
.btn-primary
:not
(
:disabled
)
:not
(
.disabled
)
.active
,
.btn-primary
:not
(
:disabled
)
:not
(
.disabled
)
:active
{
color
:
#fff
;
background-color
:
rgb
(
1
40
,
50
,
1
4
0
);
border-color
:
rgb
(
1
40
,
50
,
1
4
0
);
background-color
:
rgb
(
1
02
,
83
,
10
5
);
border-color
:
rgb
(
1
02
,
83
,
10
5
);
}
.btn-primary
{
color
:
rgba
(
248
,
249
,
250
,
0.9
);
background-color
:
rgb
(
1
15
,
15
,
1
1
5
);
border-color
:
rgb
(
1
40
,
50
,
1
4
0
);
background-color
:
rgb
(
1
02
,
83
,
1
0
5
);
border-color
:
rgb
(
1
02
,
83
,
10
5
);
}
.border-primary
{
...
...
@@ -114,7 +114,7 @@ body {
}
a
{
color
:
rgb
(
1
15
,
15
,
1
1
5
);
color
:
rgb
(
1
02
,
83
,
1
0
5
);
}
a
:hover
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment