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

gitlab.com/mertbakir/resume-a4.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/_redundant.scss')
-rw-r--r--assets/css/_redundant.scss23
1 files changed, 23 insertions, 0 deletions
diff --git a/assets/css/_redundant.scss b/assets/css/_redundant.scss
new file mode 100644
index 0000000..6d0b86d
--- /dev/null
+++ b/assets/css/_redundant.scss
@@ -0,0 +1,23 @@
+*::-webkit-scrollbar {
+ width: 12px;
+ height: 8px;
+}
+
+*::-webkit-scrollbar-thumb {
+ background-color: $toprak;
+ outline: 1px solid $toprak;
+}
+
+*::-webkit-scrollbar-track {
+ background-color: lighten($toprak, 50%);
+}
+
+::selection {
+ background: $toprak;
+ color: white;
+}
+
+::-moz-selection {
+ background: $toprak;
+ color: white;
+}