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, 0 insertions, 22 deletions
diff --git a/assets/sass/_redundant.scss b/assets/sass/_redundant.scss
deleted file mode 100644
index 5d9d016..0000000
--- a/assets/sass/_redundant.scss
+++ /dev/null
@@ -1,22 +0,0 @@
-*::-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