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
b7657ec3
Commit
b7657ec3
authored
Apr 05, 2022
by
Otthorn
🤔
Browse files
Merge branch 'color_ttlsp' into 'main'
Passage des couleur vers ttlsp See merge request
!197
parents
3633f66a
4d03d946
Pipeline
#10118
passed with stages
in 14 minutes and 39 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
note_kfet/static/css/custom.css
View file @
b7657ec3
...
...
@@ -65,7 +65,7 @@ mark {
/* Last BDE colors */
.bg-primary
{
background-color
:
rgb
(
18
,
67
,
4
)
!important
;
background-color
:
rgb
(
0
,
0
,
0
)
!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
(
18
,
67
,
46
);
border-color
:
rgb
(
18
,
67
,
46
);
background-color
:
rgb
(
0
,
0
,
0
);
border-color
:
rgb
(
0
,
0
,
0
);
}
.btn-outline-primary
{
color
:
rgb
(
18
,
67
,
46
);
color
:
rgb
(
0
,
0
,
0
);
background-color
:
rgba
(
248
,
249
,
250
,
0.9
);
border-color
:
rgb
(
18
,
67
,
46
);
border-color
:
rgb
(
0
,
0
,
0
);
}
.turbolinks-progress-bar
{
...
...
@@ -99,26 +99,26 @@ body {
.btn-primary
:not
(
:disabled
)
:not
(
.disabled
)
.active
,
.btn-primary
:not
(
:disabled
)
:not
(
.disabled
)
:active
{
color
:
#fff
;
background-color
:
rgb
(
18
,
67
,
46
);
border-color
:
rgb
(
18
,
67
,
46
);
background-color
:
rgb
(
0
,
0
,
0
);
border-color
:
rgb
(
0
,
0
,
0
);
}
.btn-primary
{
color
:
rgba
(
248
,
249
,
250
,
0.9
);
background-color
:
rgb
(
28
,
114
,
1
0
);
border-color
:
rgb
(
18
,
67
,
46
);
background-color
:
rgb
(
0
,
0
,
0
);
border-color
:
rgb
(
0
,
0
,
0
);
}
.border-primary
{
border-color
:
rgb
(
28
,
114
,
1
0
)
!important
;
border-color
:
rgb
(
0
,
0
,
0
)
!important
;
}
a
{
color
:
rgb
(
28
,
114
,
1
0
);
color
:
rgb
(
100
,
0
,
0
);
}
a
:hover
{
color
:
rgb
(
1
22
,
163
,
75
);
color
:
rgb
(
1
50
,
0
,
0
);
}
.form-control
:focus
{
...
...
@@ -127,7 +127,7 @@ a:hover {
}
.btn-outline-primary.focus
{
box-shadow
:
0
0
0
0.25rem
rgba
(
122
,
163
,
75
,
0.5
);
box-shadow
:
0
0
0
0.25rem
rgba
(
0
,
0
,
0
,
0.5
);
}
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