Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Sven Schneider
urbanVIS
Commits
af09e607
Commit
af09e607
authored
4 years ago
by
Sven Schneider
Browse files
Options
Download
Email Patches
Plain Diff
updated css with new colors
parent
9da471f5
Pipeline
#3815
passed with stages
in 37 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
public/css/main.css
+9
-4
public/css/main.css
with
9 additions
and
4 deletions
+9
-4
public/css/main.css
+
9
-
4
View file @
af09e607
...
@@ -32,8 +32,13 @@ footer p {
...
@@ -32,8 +32,13 @@ footer p {
margin-bottom
:
0.25rem
;
margin-bottom
:
0.25rem
;
}
}
.footer-header-color
{
background-color
:
#868686
;
}
body
{
body
{
background-color
:
#
C6332A
;
/* thistle; */
background-color
:
#
868686
;
/* thistle; */
}
}
.bd-placeholder-img
{
.bd-placeholder-img
{
...
@@ -69,13 +74,13 @@ a:visited {
...
@@ -69,13 +74,13 @@ a:visited {
.myBtn
{
.myBtn
{
color
:
#fff
;
color
:
#fff
;
background-color
:
#
C6332A
;
background-color
:
#
bd1a1e
;
border-color
:
thistle
;
/*set the color you want here*/
border-color
:
thistle
;
/*set the color you want here*/
width
:
180px
;
width
:
180px
;
}
}
.myBtn
:hover
,
.myBtn
:focus
,
.myBtn
:active
,
.myBtn.active
,
.open
>
.dropdown-toggle.myBtn
{
.myBtn
:hover
,
.myBtn
:focus
,
.myBtn
:active
,
.myBtn.active
,
.open
>
.dropdown-toggle.myBtn
{
color
:
#fff
;
color
:
#fff
;
background-color
:
#
C6332A
;
background-color
:
#
bd1a1e
;
border-color
:
thistle
;
/*set the color you want here*/
border-color
:
thistle
;
/*set the color you want here*/
}
}
...
@@ -147,4 +152,4 @@ a.button {
...
@@ -147,4 +152,4 @@ a.button {
font-size
:
3em
;
font-size
:
3em
;
/* width: 0px; */
/* width: 0px; */
}
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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