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

github.com/dataCobra/hugo-vitae.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authordataCobra <datacobra@mailbox.org>2020-02-26 14:42:09 +0300
committerdataCobra <datacobra@mailbox.org>2020-02-26 14:42:09 +0300
commitfa1285fe8aa107a9df144d6e766f2da72b8ca424 (patch)
tree2b1dac89d41dcdec1ac347f941366f9f90a6352a /static
parent9c4ce33eab17d70ce4ebdff04d4b604bb4921f4f (diff)
Remove main.css lines for selection
These are remnants from the old theme `hugo-ink` that are unnecessary. "::selection" and "::-moz-selection" are removed.
Diffstat (limited to 'static')
-rw-r--r--static/css/main.css12
1 files changed, 0 insertions, 12 deletions
diff --git a/static/css/main.css b/static/css/main.css
index 6b61705..bed2d85 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -50,18 +50,6 @@ html,button,input,select,textarea {
color: #333;
}
-::-moz-selection {
- background: #3700ff;
- text-shadow: none;
- color: #fff;
-}
-
-::selection {
- background: #3700ff;
- text-shadow: none;
- color: #fff;
-}
-
hr {
display: block;
height: 1px;