Figured it out;
Only opaque or frosted elements should cast shadow, othervise only edge highlight should be used
This commit is contained in:
@ -263,7 +263,7 @@ The <abbr title="American Standard Code for Information Interchange">ASCII</abbr
|
|||||||
|
|
||||||
<aside>
|
<aside>
|
||||||
Abraham Lincoln portrait
|
Abraham Lincoln portrait
|
||||||
<img class="transparent no-hover" style="margin-bottom: 0;" alt="Abraham Lincoln" src="https://upload.wikimedia.org/wikipedia/commons/thumb/a/ab/Abraham_Lincoln_O-77_matte_collodion_print.jpg/372px-Abraham_Lincoln_O-77_matte_collodion_print.jpg" />
|
<img class="transparent no-hover" style="margin-bottom: 0; border-radius: 0;" alt="Abraham Lincoln" src="https://upload.wikimedia.org/wikipedia/commons/thumb/a/ab/Abraham_Lincoln_O-77_matte_collodion_print.jpg/372px-Abraham_Lincoln_O-77_matte_collodion_print.jpg" />
|
||||||
</aside>
|
</aside>
|
||||||
|
|
||||||
Abraham Lincoln (/ˈlɪŋkən/ LINK-ən; February 12, 1809 – April 15, 1865) was an American lawyer, politician, and statesman who served as the 16th president of the United States from 1861 until his assassination in 1865. Lincoln led the United States through the American Civil War, defending the nation as a constitutional union, defeating the insurgent Confederacy, abolishing slavery, expanding the power of the federal government, and modernizing the U.S. economy.
|
Abraham Lincoln (/ˈlɪŋkən/ LINK-ən; February 12, 1809 – April 15, 1865) was an American lawyer, politician, and statesman who served as the 16th president of the United States from 1861 until his assassination in 1865. Lincoln led the United States through the American Civil War, defending the nation as a constitutional union, defeating the insurgent Confederacy, abolishing slavery, expanding the power of the federal government, and modernizing the U.S. economy.
|
||||||
|
@ -214,13 +214,13 @@ code:not(pre code) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
pre {
|
pre {
|
||||||
line-height: normal; // Unset line height
|
|
||||||
padding: 1rem;
|
|
||||||
margin: 1rem 0 1rem;
|
|
||||||
border-radius: var(--rounded-corner);
|
border-radius: var(--rounded-corner);
|
||||||
max-width: 100vw;
|
|
||||||
box-shadow: var(--edge-highlight), var(--shadow);
|
box-shadow: var(--edge-highlight), var(--shadow);
|
||||||
|
line-height: normal; // Unset line height
|
||||||
|
margin: 1rem 0 1rem;
|
||||||
|
max-width: 100vw;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
padding: 1rem;
|
||||||
|
|
||||||
table td {
|
table td {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
margin: 1rem 0 1rem;
|
margin: 1rem 0 1rem;
|
||||||
padding: 1rem 1rem 0.5rem 1rem;
|
padding: 1rem 1rem 0.5rem 1rem;
|
||||||
border-radius: var(--rounded-corner);
|
border-radius: var(--rounded-corner);
|
||||||
box-shadow: var(--edge-highlight), var(--shadow);
|
box-shadow: var(--edge-highlight);
|
||||||
|
|
||||||
* {
|
* {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
Reference in New Issue
Block a user