This is an automated email from the ASF dual-hosted git repository.
carlosrovira pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/royale-docs.git
The following commit(s) were added to refs/heads/master by this push:
new 64b3d96 more text styles similar to website theme
64b3d96 is described below
commit 64b3d96adfd20250bfcde123d4818208ac9b4e89
Author: Carlos Rovira <[email protected]>
AuthorDate: Thu May 16 11:41:17 2019 +0200
more text styles similar to website theme
---
royalesite.css | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/royalesite.css b/royalesite.css
index 71fa2c6..7009f66 100644
--- a/royalesite.css
+++ b/royalesite.css
@@ -253,6 +253,11 @@
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6,
U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215;
}
+body {
+ -webkit-font-smoothing: antialiased;
+ -webkit-text-size-adjust: 100%;
+}
+
h1 {
margin-top: 0px;
font-family: Signika;
@@ -284,6 +289,25 @@ font-size: 18px;
text-transform: none;
line-height: 30px;
letter-spacing: 0px;
+color: #565656;
+}
+
+a:hover {
+ color: #67011f;
+}
+
+a:hover, a:focus, a:visited {
+ text-decoration: none;
+}
+
+a {
+ color: #4393c3;
+}
+
+a {
+ text-decoration: none;
+ outline: 0;
+ -webkit-tap-highlight-color: rgba(0,0,0,0);
}
pre {
@@ -619,6 +643,10 @@ pre {
min-width: 0;
}
+.content h1 + p {
+ color: #4393c3;
+}
+
.menu_div {
margin-left: 20px;
}