Skip to content

Instantly share code, notes, and snippets.

@colorswall
Created July 30, 2018 12:59
Show Gist options
  • Save colorswall/4fe41f4a2f85fb8ef5426996afa4802d to your computer and use it in GitHub Desktop.
Save colorswall/4fe41f4a2f85fb8ef5426996afa4802d to your computer and use it in GitHub Desktop.
Customizations for colorswall.com via StyleURL.
.loader {border-top: 3px solid rgba(0, 0, 0, 0.2);border-right: 3px solid rgba(0, 0, 0, 0.2);border-bottom: 3px solid rgba(0, 0, 0, 0.2);}
.loader-wrapper {
background: #fff !important;
}
body {
background-color: rgb(255, 255, 255);
color: rgb(51, 51, 51);
}
.table-dark {
color: rgb(51, 51, 51);
}
.table-dark {
background-color: rgb(235, 235, 235);
}
.table-dark td, .table-dark th, .table-dark thead th {
border-color: rgb(204, 204, 204);
}
.form-control {
background-color: rgb(255, 255, 255);
color: rgb(51, 51, 51);
border-color: rgb(204, 204, 204);
}
.dropdown-menu {
background-color: rgb(255, 255, 255);
border-color: rgb(204, 204, 204);
}
.text-light {
color: rgb(17, 17, 17) !important;
}
.page-header {
background-color: rgb(255, 255, 255);
}
.page-header .filter .form-control {
background-color: rgb(255, 255, 255);
border-color: rgb(204, 204, 204);
}
.page-header .filter .form-control:hover {
background-color: rgb(255, 255, 255);
border-color: rgb(170, 170, 170);
}
.page-header .filter .btn {
border-color: rgb(204, 204, 204);
color: rgb(51, 51, 51);
}
.navbar-nav a.nav-link {
color: rgb(51, 51, 51);
}
.page-footer {
background-color: rgb(235, 235, 235);
color: rgb(170, 170, 170);
}
.page-footer a {
color: rgb(170, 170, 170);
}
.footer-nav a:hover {
color: rgb(51, 51, 51);
}
.form-group label {
color: rgb(51, 51, 51);
}
.form-control:focus, .form-control:hover {
border-color: rgb(170, 170, 170);
background-color: rgb(255, 255, 255);
color: rgb(0, 0, 0);
}
.user-avatar .user-letter {
color: rgb(255, 255, 255);
}
.colors {
border: 1px solid rgb(204, 204, 204);
}
.single .color-info {
color: rgb(17, 17, 17);
}
.palette-title {
color: rgb(17, 17, 17);
}
.color-info a:hover {
color: rgb(0, 0, 0);
}
.color-info a {
color: rgb(17, 17, 17);
}
.color-info {
color: rgb(17, 17, 17);
}
.controls .btn-link {
color: rgb(51, 51, 51);
}
.controls .btn-link:hover {
color: rgb(0, 0, 0);
}
.page-header-secondary-nav {
background-color: rgb(255, 255, 255);
border-bottom: 1px solid rgb(204, 204, 204);
}
.page-header-secondary-nav .btn-link:hover {
color: rgb(0, 0, 0);
}
.page-header-secondary-nav .btn-link {
color: rgb(51, 51, 51);
}
.palette-title:hover {
color: rgb(17, 17, 17);
}
.color-settings {
background-color: rgb(255, 255, 255);
}
.dropdown-menu .dropdown-item {
color: rgb(51, 51, 51);
}
.dropdown-menu .dropdown-item:focus, .dropdown-menu .dropdown-item:hover {
background-color: rgb(170, 170, 170);
color: rgb(17, 17, 17);
}
.gen-colors-wrapper .hex {
color: rgb(17, 17, 17);
background-color: rgba(255, 255, 255, 0.8);
}
.gen-colors-wrapper .controls {
background-color: rgb(255, 255, 255);
}
.gen-colors-wrapper .settings {
background-color: rgb(255, 255, 255);
}
.section.bg-dark {
background: rgb(235, 235, 235) !important;
}
.overlay {
background: rgba(255, 255, 255, 0.81);
}
.img-download-wrapper .download-wrapper {
background: rgb(255, 255, 255);
}
---
version: 1.0
domains:
- colorswall.com
url_patterns:
- colorswall.com/*
timestamp: '2018-07-30T12:59:22Z'
id: w74A
redirect_url: https://colorswall.com/
shared_via: StyleURL - (https://styleurl.app) import and export CSS changes from Chrome
Inspector to a Gist you can share (like this one!).
@colorswall
Copy link
Author

🔗 Shared via StyleURL - see changes in your browser

📷 Screenshot (colorswall.com)

Screenshot of changes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment