From 39b7a2cf0c482db0e464a4eb53aae9b4c1cc33e0 Mon Sep 17 00:00:00 2001 From: Jeferson Siqueira Date: Thu, 26 Jan 2017 22:27:54 -0300 Subject: [PATCH] Make awesome v4 standout more compliant with the whole site design (#72) --- doc.mdwn | 4 ++-- index.mdwn | 7 ++++--- local.css | 5 +++++ 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/doc.mdwn b/doc.mdwn index 9bacf16..2125100 100644 --- a/doc.mdwn +++ b/doc.mdwn @@ -7,8 +7,8 @@ * [awesomerc(5) manpage](manpages/awesomerc.5.html) * [awesome-client(1) manpage](manpages/awesome-client.1.html) - -## awesome 4.0 + +# Awesome 4.0 * [News / breaking changes](https://awesomewm.org/apidoc/documentation/89-NEWS.md.html#v4) * [Configuration porting tips](https://awesomewm.org/apidoc/documentation/17-porting-tips.md.html#v4) diff --git a/index.mdwn b/index.mdwn index 32a93e2..63d05e7 100644 --- a/index.mdwn +++ b/index.mdwn @@ -1,10 +1,11 @@ # News

-awesome 4.0 has been released on 2016-12-25. -
+Awesome 4.0 has been released on 2016-12-25. +
+
Please refer to the documentation section for -NEWS/changes and porting tips for your configuration. +news/changes and porting tips for your configuration.

# What is the awesome? diff --git a/local.css b/local.css index fd794f7..a5088f2 100644 --- a/local.css +++ b/local.css @@ -303,6 +303,11 @@ blockquote{ .standout { font-size:larger; font-weight:bold; + color: #A94442; +} + +.standout a { + color: red; } /* vim: set sw=2 et: */