[Pytest-commit] commit/pytest: hpk42: colors as used on the live web page
commits-noreply at bitbucket.org
commits-noreply at bitbucket.org
Sun Jun 29 09:48:02 CEST 2014
1 new commit in pytest:
https://bitbucket.org/hpk42/pytest/commits/f4bdaf606ad1/
Changeset: f4bdaf606ad1
User: hpk42
Date: 2014-06-29 09:47:50
Summary: colors as used on the live web page
Affected #: 1 file
diff -r 0457bfb8ce8f2cf0f8481142122fa634726dbdfc -r f4bdaf606ad155ba3b2ed20d19f914001d4f1806 doc/en/_themes/flask/static/flasky.css_t
--- a/doc/en/_themes/flask/static/flasky.css_t
+++ b/doc/en/_themes/flask/static/flasky.css_t
@@ -8,8 +8,9 @@
{% set page_width = '1020px' %}
{% set sidebar_width = '220px' %}
-{% set link_color = '#490' %}
-{% set link_hover_color = '#9c0' %}
+/* orange of logo is #d67c29 but we use black for links for now */
+{% set link_color = '#000' %}
+{% set link_hover_color = '#000' %}
{% set base_font = 'sans-serif' %}
{% set header_font = 'sans-serif' %}
Repository URL: https://bitbucket.org/hpk42/pytest/
--
This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.
More information about the pytest-commit
mailing list