body { background-color: #1d2021; color: #ebdbb2; font-family: "Fira Code", "Courier New", Courier, monospace; line-height: 1.8; padding: 40px; max-width: 900px; margin: auto; text-align: justify; } img { max-width: 100%; height: auto; } a { color: #fabd2f; text-decoration: none; transition: color 0.3s ease; } a:hover { color: #fe8019; text-decoration: underline; } .menu-list { list-style-type: none; margin: 0; padding: 0 20px; overflow: hidden; background: #3c3836; border-radius: 8px; box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3); } .menu-item { float: left; margin: 0 5px; } .menu-item a { display: block; color: white; text-align: center; padding: 14px 16px; text-decoration: none; transition-delay: 200ms; -moz-transition: all 200ms ease-in; -webkit-transition: all 200ms ease-in; -o-transition: all 200ms ease-in; transition: all 200ms ease-in; } .menu-item a:hover { background: #d79921; color: #282828; } .post-title { color: #fabd2f; font-size: 1.6em; margin: 0; } .post-date { font-size: 14px; color: #bdae93; margin-top: 10px; } p { margin-bottom: 20px; } .post-divider { border: 0; height: 1px; background: #d79921; margin: 30px 0; opacity: 0.7; } /* Archive Bottom Link */ #archive { text-align: center; margin-top: 40px; font-size: 18px; } #content { margin: 2em auto; padding: 0 1em; } #postamble { text-align: center; margin-top: 50px; font-size: 14px; color: #bdae93; opacity: 0.8; } /* Org Table */ table { font-family: Arial, Helvetica, sans-serif; border-collapse: collapse; width: 100%; } table td, table th { border: 1px solid #ddd; padding: 8px; } table tr:nth-child(even){background-color: #f2f2f2;} table tr:hover {background-color: #ddd;} table th { padding-top: 12px; padding-bottom: 12px; text-align: left; background-color: #073642; color: white; } /* Org block of code */ .org-src-container { background-color: #3c3836; padding: 0 12px; border-radius: 5px; overflow: auto; margin: 10px 0; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); } .org-src-container pre { color: #f8f8f2; font-family: "Fira Code", "Courier New", monospace; font-size: 14px; line-height: 1.5; white-space: pre-wrap; } .org-src-container pre::before { display: block; font-weight: bold; margin-bottom: 5px; } @media screen and (max-width: 780px) { body { padding: 0; } }