read more
This commit is contained in:
@@ -91,6 +91,20 @@ nav {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
/* Subtle 'press' effect when clicked */
|
||||
.btn-read-more:active {
|
||||
transform: translateY(1px);
|
||||
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.12);
|
||||
}
|
||||
|
||||
/* Ensure it behaves like a button block in the flow */
|
||||
.btn-read-more {
|
||||
display: inline-block;
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
/* --- Terminal Style (Code Blocks) --- */
|
||||
.terminal-style {
|
||||
font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
|
||||
|
||||
Reference in New Issue
Block a user