ubiquity-slideshow team mailing list archive
-
ubiquity-slideshow team
-
Mailing list archive
-
Message #02846
[Merge] lp:~madsrh/ubiquity-slideshow-ubuntu/Yaru-CSS into lp:ubiquity-slideshow-ubuntu
MadsRH has proposed merging lp:~madsrh/ubiquity-slideshow-ubuntu/Yaru-CSS into lp:ubiquity-slideshow-ubuntu.
Commit message:
Fixes the colors to match the Yaru theme.
Requested reviews:
Ubiquity Slideshow (ubiquity-slideshow)
For more details, see:
https://code.launchpad.net/~madsrh/ubiquity-slideshow-ubuntu/Yaru-CSS/+merge/355913
--
Your team Ubiquity Slideshow is requested to review the proposed merge of lp:~madsrh/ubiquity-slideshow-ubuntu/Yaru-CSS into lp:ubiquity-slideshow-ubuntu.
=== modified file 'slideshows/ubuntu/slides/link/base.css'
--- slideshows/ubuntu/slides/link/base.css 2015-04-01 00:03:36 +0000
+++ slideshows/ubuntu/slides/link/base.css 2018-10-01 11:03:30 +0000
@@ -47,7 +47,7 @@
Hyperlink-style text
*/
a {
- color:#DD4814;
+ color:#19B6EE;
text-decoration:none;
display:inline;
}
@@ -119,7 +119,7 @@
top:0px;
width:100%;
height:68px;
- background-color:#3C3B37;
+ background-color:#2b2929;
}
.header > .slidetitle {
@@ -130,7 +130,7 @@
font-size:24px;
line-height:30px;
font-weight:normal;
- color:#DED9CB;
+ color:#f9f9f9;
}
.header > .slidetitle img {
display: block;
Follow ups