mirror of
https://github.com/LearnOpenGL-CN/LearnOpenGL-CN.git
synced 2025-08-23 04:35:28 +08:00
Lighter image borders
This commit is contained in:
@@ -53,7 +53,7 @@ img {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
border-radius: 7px;
|
||||
border: 3px solid #bbb;
|
||||
border: 3px solid #dbdfe4;
|
||||
}
|
||||
|
||||
img.clean {
|
||||
@@ -63,7 +63,7 @@ img.clean {
|
||||
img.left {
|
||||
float: left;
|
||||
margin: 10px;
|
||||
border: 2px solid #bbb;
|
||||
border: 2px solid #dbdfe4;
|
||||
border-radius: 3px;
|
||||
margin-right: 20px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user