Title: [199488] trunk/Websites/webkit.org
Revision
199488
Author
[email protected]
Date
2016-04-13 08:06:08 -0700 (Wed, 13 Apr 2016)

Log Message

Added background color for Safari Technology Preview posts.

Reviewed by Timothy Hatcher.

* wp-content/themes/webkit/style.css:
(.tile.category-safari-technology-preview .background-image):

Modified Paths

Diff

Modified: trunk/Websites/webkit.org/ChangeLog (199487 => 199488)


--- trunk/Websites/webkit.org/ChangeLog	2016-04-13 15:04:29 UTC (rev 199487)
+++ trunk/Websites/webkit.org/ChangeLog	2016-04-13 15:06:08 UTC (rev 199488)
@@ -1,3 +1,12 @@
+2016-04-13  Jon Davis  <[email protected]>
+
+        Added background color for Safari Technology Preview posts.
+
+        Reviewed by Timothy Hatcher.
+
+        * wp-content/themes/webkit/style.css:
+        (.tile.category-safari-technology-preview .background-image):
+
 2016-04-07  Jon Davis  <[email protected]>
 
         Improved drop down menu with translate; cleaned up unnecessary whitespace.

Modified: trunk/Websites/webkit.org/wp-content/themes/webkit/style.css (199487 => 199488)


--- trunk/Websites/webkit.org/wp-content/themes/webkit/style.css	2016-04-13 15:04:29 UTC (rev 199487)
+++ trunk/Websites/webkit.org/wp-content/themes/webkit/style.css	2016-04-13 15:06:08 UTC (rev 199488)
@@ -434,6 +434,10 @@
     background-position: 50% 79.45%;
 }
 
+.tile.category-safari-technology-preview .background-image {
+    background-color: #8e56b1;
+}
+
 .tile.tag-console .background-image,
 .tile.tag-debugger .background-image,
 .tile.tag-shortcuts .background-image,
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to