Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- button:hover {
- background-color: #7dcfff;
- /* transition: 500ms ease-in-out; */
- }
- /* click with mouse */
- button:active {
- background-color: #ff757f;
- }
- button:not(.flat){
- background-color: #c0caf5;
- }
- window {
- border-radius: 8px;
- box-shadow: rgba(0, 0, 0, 0.288);
- background-color: rgba(26,27,38,0.9);
- border-width: 18px;
- border-color: white;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement