Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
satan
escape-room
Commits
41e31cfb
Commit
41e31cfb
authored
Oct 07, 2021
by
Franca
Browse files
fix: change colors for better visibility of logos
parent
8db8b528
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/App.vue
View file @
41e31cfb
...
...
@@ -20,10 +20,8 @@
<img
src=
"diploma.png"
alt=
"Diploma"
width=
"100"
/>
</a>
</p>
<p
class=
"small-text text-center"
>
Alternativer Link zum Kopieren:
<br
/>
<a
<p
class=
"small-text text-center light-on-dark-bg"
>
<a
class=
"light-on-dark-bg"
:href=
"`https://maps.world.fem-net.de/events/ewo2021w/gamenight/Bilder/$
{path}`"
>
Urkunde.pdf
...
...
src/bundle.css
View file @
41e31cfb
...
...
@@ -6,8 +6,8 @@
}
body
{
background-color
:
#
292826
;
color
:
#
E3E3E3
;
background-color
:
#
fed9ac
;
color
:
#
353535
;
overflow-x
:
hidden
;
}
...
...
@@ -38,13 +38,13 @@ p {
}
a
:link
,
a
:visited
{
color
:
#
E3E3E3
;
color
:
#
353535
;
text-decoration
:
underline
;
text-underline-offset
:
3px
;
}
a
:hover
,
a
:active
{
color
:
#
cecece
;
color
:
#
61b172
;
}
footer
{
...
...
@@ -78,4 +78,13 @@ footer{
.small-text
{
font-size
:
0.7em
;
}
.light-on-dark-bg
,
a
.light-on-dark-bg
{
background-color
:
#353535
;
color
:
#fed9ac
;
width
:
max-content
;
margin
:
auto
;
padding
:
3px
;
border-radius
:
5px
;
}
\ No newline at end of file
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