Skip to content

Instantly share code, notes, and snippets.

@m3ldis
m3ldis / main.css
Last active March 18, 2021 16:54
Django next/previous item
:root {
--grey-100: #fafafa; /* 98 */
--grey-200: #e6e6e6; /* 90 */
--grey-300: #d4d4d4; /* 83 */
--grey-400: #bfbfbf; /* 75 */
--grey-500: #a6a6a6; /* 65 */
--grey-600: #8c8c8c; /* 55 */
--grey-700: #737373; /* 45 */
--grey-800: #555; /* 33 */
--grey-900: #333; /* 20 */