solarized dark color scheme in /text/

This commit is contained in:
ansuz 2016-01-30 17:15:59 +01:00
parent 9b56cbbaca
commit dcbbeea734

View file

@ -11,12 +11,15 @@
textarea{ textarea{
box-sizing: border-box; box-sizing: border-box;
border: 1px solid blue; border: 1px solid blue;
width: 100vw; width: 100%;
height: 100vh; height: 100vh;
font-size: 25px; font-size: 25px;
background-color: #222;
color: #CCC; background-color: #073642;
color: #839496;
overflow-x: hidden;
} }
</style> </style>
</head> </head>