Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
funkwhale
funkwhale.audio
Commits
b9e14cc4
Unverified
Commit
b9e14cc4
authored
Mar 23, 2022
by
Georg Krause
Browse files
Use predefined colors
parent
c2464f88
Pipeline
#19939
passed with stages
in 3 minutes and 35 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
theme/static/css/funkwhale.css
View file @
b9e14cc4
.features
{
background-color
:
#fafaf6
;
background-color
:
var
(
--beige-100
)
;
padding
:
3rem
10rem
;
}
...
...
@@ -88,12 +88,12 @@
#content
.container
.level
:not
(
:first-child
)
{
padding-top
:
24px
;
border-top
:
1px
solid
#cfcaca
;
border-top
:
1px
solid
var
(
--grey-400
)
;
}
#get-started
{
padding-top
:
5rem
;
background-color
:
#fafaf6
;
background-color
:
var
(
--beige-100
)
;
margin-bottom
:
0
;
padding-bottom
:
1.5rem
;
}
...
...
@@ -103,14 +103,14 @@
}
.support-us
{
color
:
#fafaf6
;
background-color
:
#605659
;
color
:
var
(
--beige-100
)
;
background-color
:
var
(
--grey-700
)
;
margin-bottom
:
0
;
padding
:
3rem
0
;
}
.support-us
.title
{
color
:
#fafaf6
;
color
:
var
(
--beige-100
)
;
}
.support-us
.block
.content
{
...
...
@@ -118,19 +118,19 @@
}
.footer
{
background-color
:
#292525
;
background-color
:
var
(
--grey-900
)
;
}
.footer
.title
{
color
:
#908888
;
color
:
var
(
--grey-600
)
;
}
.footer
ul
li
{
color
:
#b3afaf
;
color
:
var
(
--grey-500
)
;
}
.footer
ul
li
a
{
color
:
#fffdfd
;
color
:
var
(
--red-010
)
;
text-decoration
:
none
;
}
...
...
@@ -144,8 +144,8 @@
.button.transparent
{
background-color
:
transparent
;
border
:
1px
solid
#fffdfd
;
color
:
#fffdfd
;
border
:
1px
solid
var
(
--red-010
)
;
color
:
var
(
--red-010
)
;
}
.footer
.button.icon
{
...
...
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