Skip to content
Snippets Groups Projects
Commit d79f3d1e authored by Rémi PAILHAREY's avatar Rémi PAILHAREY :fork_knife_plate:
Browse files

wip: fix colors

parent 2b8f60c2
No related branches found
No related tags found
1 merge request!1229chore(deps): Updated cozy-ui client and cozy-libs
......@@ -112,7 +112,11 @@
@media #{$tablet} {
.o-sidebar {
height: 56px;
overflow-y: hidden;
}
.c-nav {
margin-top: 4px;
margin-bottom: 0;
}
.c-nav-item {
......
......@@ -36,7 +36,9 @@ p {
text-align: center;
letter-spacing: 0.15px;
color: $grey-bright;
text-shadow: 0px -1px 0px #060609, 0px 1px 0px rgba(255, 255, 255, 0.07);
text-shadow:
0px -1px 0px #060609,
0px 1px 0px rgba(255, 255, 255, 0.07);
}
@each $name, $size in $text-size {
......@@ -131,13 +133,3 @@ p {
font-size: 0.75rem;
}
}
/* Cozy bar */
.cozybar {
font-family: $text-font;
font-style: normal;
font-weight: bold;
font-size: 1.3125rem;
line-height: 120%;
color: $grey-bright;
}
......@@ -54,8 +54,10 @@
--waterColorRadialGradient: #{$water-color-radial-gradient};
}
// Workaround since cozy-ui 111.9.0
.app-content {
overflow: hidden !important;
background-color: $default-background;
display: initial !important;
}
.application {
......
......@@ -21,6 +21,7 @@
<!-- PWA Colors -->
<meta name="theme-color" content="#343641" />
<meta name="background-color" content="#121212" />
<meta name="color-scheme" content="only dark" />
<% _.forEach(htmlWebpackPlugin.files.css, function(file) { %>
<link rel="stylesheet" href="<%- file %>">
......
......@@ -17,6 +17,7 @@
<!-- PWA Colors -->
<meta name="theme-color" content="#343641" />
<meta name="background-color" content="#121212" />
<meta name="color-scheme" content="only dark" />
<% _.forEach(htmlWebpackPlugin.files.css, function(file) { %>
<link rel="stylesheet" href="<%- file %>">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment