mirror of
https://github.com/Django-LiveView/docs.git
synced 2025-12-31 05:32:23 +01:00
Add code example and improve design
- Add "See it in action" section with complete code example showing button click loading article - Include HTML, Python handler, and result sections to demonstrate full workflow - Change bold text color to brown for better visibility and design consistency - Invert link underline behavior: underlined by default, removed on hover
This commit is contained in:
@@ -45,6 +45,12 @@ i {
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
strong,
|
||||
b {
|
||||
color: var(--color-brown);
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* Components */
|
||||
|
||||
.container {
|
||||
@@ -65,13 +71,13 @@ a,
|
||||
.link {
|
||||
display: inline-block;
|
||||
color: var(--color-brown);
|
||||
text-decoration: none;
|
||||
text-decoration: underline;
|
||||
padding-block: .3rem;
|
||||
}
|
||||
|
||||
a:hover,
|
||||
.link:hover {
|
||||
text-decoration: underline;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.title {
|
||||
|
||||
Reference in New Issue
Block a user