aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/less/typography.less')
-rw-r--r--src/less/typography.less28
1 files changed, 28 insertions, 0 deletions
diff --git a/src/less/typography.less b/src/less/typography.less
new file mode 100644
index 0000000..0e7c037
--- /dev/null
+++ b/src/less/typography.less
@@ -0,0 +1,28 @@
+h1.first-header {
+ margin-top: -10px;
+}
+
+h1 small, h2 small, h3 small, h4 small, h5 small, h6 small,
+.h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small {
+ font-family: @font-family-sans-serif;
+}
+
+.stick-top {
+ margin-top: 0;
+}
+
+textarea {
+ font-family: @font-family-monospace;
+}
+
+.visited-links p > a:visited:not(.btn) {
+ color: @visited-link-color;
+}
+
+::selection {
+ background: #dddaec;
+}
+
+::-moz-selection {
+ background: #dddaec;
+} \ No newline at end of file