Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
site-kwei
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mediatek
site-kwei
Commits
b03c1c1a
Commit
b03c1c1a
authored
3 years ago
by
Dorian Lesbre
Browse files
Options
Downloads
Patches
Plain Diff
Fix logo colors
parent
3c9ed302
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
home/static/css/style.css
+5
-4
5 additions, 4 deletions
home/static/css/style.css
home/static/imgs/logo.png
+0
-0
0 additions, 0 deletions
home/static/imgs/logo.png
with
5 additions
and
4 deletions
home/static/css/style.css
+
5
−
4
View file @
b03c1c1a
...
...
@@ -4,6 +4,7 @@
--color_bg_2
:
#26263c
;
--color_bg_3
:
#39395c
;
--color_sep
:
#eb811b
;
--color_header
:
#e7e7e7
;
}
html
,
body
{
...
...
@@ -40,7 +41,7 @@ header {
}
header
>
*
{
color
:
#ddd
;
color
:
var
(
--color_header
)
;
}
header
h1
,
header
h1
a
,
header
h1
a
:visited
,
header
h1
a
:active
{
...
...
@@ -104,7 +105,7 @@ nav {
display
:
flex
;
justify-content
:
center
space-around
;
background-color
:
var
(
--color_bg_2
);
color
:
white
;
color
:
var
(
--color_header
)
;
margin
:
0
;
padding
:
0
20px
;
border-bottom
:
6px
solid
var
(
--color_bg_1
);
...
...
@@ -113,7 +114,7 @@ nav {
nav
a
{
padding
:
5px
;
font-size
:
20px
;
color
:
white
;
color
:
var
(
--color_header
)
;
text-decoration
:
none
;
text-emphasis
:
bold
;
width
:
100%
;
...
...
@@ -534,7 +535,7 @@ footer {
bottom
:
0
;
width
:
100%
;
text-align
:
center
;
color
:
white
;
color
:
var
(
--color_header
)
;
display
:
flex
;
background-color
:
var
(
--color_bg_1
);
border-top
:
5px
solid
var
(
--color_bg_2
);
...
...
This diff is collapsed.
Click to expand it.
home/static/imgs/logo.png
+
0
−
0
View replaced file @
3c9ed302
View file @
b03c1c1a
183 KiB
|
W:
|
H:
184 KiB
|
W:
|
H:
2-up
Swipe
Onion skin
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment