Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/remmina-web.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorAntenore Gatta <antenore@simbiosi.org>2019-11-26 01:10:54 +0300
committerAntenore Gatta <antenore@simbiosi.org>2019-11-26 01:10:54 +0300
commit7accb4e43a27a8a1ae211880b5493a6d3a5fa05d (patch)
tree1bcc976f070270d649d57c6534119f35b8291538 /assets
parent7ec77fdea4d1ba64ba2f6e8e5a77e834ff029470 (diff)
Settings Raleway fonts, fixes #2 #7
Diffstat (limited to 'assets')
-rw-r--r--assets/css/main.scss20
1 files changed, 9 insertions, 11 deletions
diff --git a/assets/css/main.scss b/assets/css/main.scss
index c7d6a29..b5f78c2 100644
--- a/assets/css/main.scss
+++ b/assets/css/main.scss
@@ -4,14 +4,18 @@
@charset "utf-8";
+$serif: "Raleway", sans-serif, !default;
+$sans-serif: "Raleway", sans-serif, !default;
+$monospace: Monaco, Consolas, "Lucida Console", monospace !default;
+
@import "minimal-mistakes/skins/{{ site.minimal_mistakes_skin | default: 'default' }}"; // skin
@import "minimal-mistakes"; // main partials
+// Setting again Raleway fonts to avoid are being rewritten by the included sass
+$serif: "Raleway", sans-serif, !default;
+$sans-serif: "Raleway", sans-serif, !default;
+$monospace: Monaco, Consolas, "Lucida Console", monospace !default;
-/* a:link { color: #551a8b } /* unvisited links */
-/* a:visited { color: #551a8b } /* visited links */
-/* a:hover { color: #06e } /* user hovers */
-/* a:active { color: #ccc } /* active links */
a:not(.btn):not(#goog-wm-sb):not(.page__share),
a:not(.btn):not(#goog-wm-sb):not(.page__share):link,
@@ -33,7 +37,6 @@ a:link {
a:not(.btn):not(#goog-wm-sb):not(.page__share):hover {
color: #4a93dd;
text-decoration:none;
- /* text-shadow: 0 0 2px #999; */
}
.greedy-nav__toggle {
@@ -43,7 +46,6 @@ a:not(.btn):not(#goog-wm-sb):not(.page__share):hover {
.greedy-nav a:hover {
color: #4a93dd;
- /* text-shadow: 0 0 2px #999; */
}
.greedy-nav .visible-links a::before {
@@ -81,7 +83,6 @@ a:focus, button:focus {
.page__content a:not(.btn):not(#goog-wm-sb):not(.page__share):hover {
text-decoration-color: #20aa73;
- /* text-shadow: 0 0 2px #999;*/
}
.toc .nav__title {
@@ -106,12 +107,11 @@ blockquote {
position: relative;
/*Font*/
- font-family: Georgia, serif;
+ /*font-family: Georgia, serif;*/
font-size: 16px;
line-height: 1.2;
color: #666;
text-align: justify;
- /*Borders - (Optional)*/
border-left: 5px solid #20aa73;
border-right: 2px solid #20aa73;
@@ -122,8 +122,6 @@ blockquote {
}
blockquote::before {
content: "\201C";
- /*Font*/
- /* font-family: "Georgia", "serif"; */
font-size: 60px;
font-weight: bold;
color: #4a93dd;