body { font-family: "Lucida Console", "Courier New", monospace; background-color: #282828; color: #fbf1c7; font-size: 18px; } .light-mode { background-color: #fbf1c7; color: #282828; } h1 { font-size: 38px; color: #fe8019; } h2 { font-size: 32px; color: #b8bb26; } h3 { font-size: 26; color: #98971a; } p { /* text-overflow: ellipsis; /\* will make [...] at the end *\/ */ /* width: 800px; /\* change to your preferences *\/ */ /* white-space: wrap; /\* paragraph to one line *\/ */ /* overflow:hidden; /\* older browsers *\/ */ } a:link { color: #fe8019; background-color: transparent; text-decoration: none; font-size: 18px; } a:visited { color: #d65d03; background-color: transparent; text-decoration: none; } a:hover { color: #fabd2f; background-color: transparent; text-decoration: underline; } a:active { color: yellow; background-color: transparent; text-decoration: underline; } div { padding-top: 10px; padding-right: 20px; padding-bottom: 10px; padding-left: 20px; border: 08px solid #b8bb26; margin: 20px; }