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/sass/_redundant.scss')
-rw-r--r--assets/sass/_redundant.scss22
1 files changed, 22 insertions, 0 deletions
diff --git a/assets/sass/_redundant.scss b/assets/sass/_redundant.scss
new file mode 100644
index 0000000..5d9d016
--- /dev/null
+++ b/assets/sass/_redundant.scss
@@ -0,0 +1,22 @@
+*::-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;
+} \ No newline at end of file