This repository has been archived on 2023-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
python-blog/articles/static/admin_articles.css

14 lines
212 B
CSS
Raw Normal View History

2020-12-25 11:53:49 +01:00
#id_content, #id_custom_css {
2020-08-16 18:39:27 +02:00
font-family: "JetBrains Mono", monospace;
2020-12-25 11:53:49 +01:00
}
#id_content {
width: calc(100% - 1em);
2020-09-09 17:57:55 +02:00
height: 44.5em;
resize: vertical;
2020-08-16 18:39:27 +02:00
}
label[for=id_content] {
display: none;
}