- Timestamp:
- 07/01/2024 10:43:00 AM (17 months ago)
- Location:
- blogbd/1.0.12
- Files:
-
- 2 edited
- 1 copied
-
. (copied) (copied from blogbd/1.0.11)
-
readme.txt (modified) (1 diff)
-
style.css (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
blogbd/1.0.12/readme.txt
r232750 r233540 4 4 Requires at least: 5.0 5 5 Tested up to: 6.5 6 Stable tag: 1.0.1 16 Stable tag: 1.0.12 7 7 License: GPLv2 or later 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html -
blogbd/1.0.12/style.css
r232750 r233540 3 3 Author: Mehraz Morshed 4 4 Description: A simple and elegant blog theme. 5 Version: 1.0.1 15 Version: 1.0.12 6 6 Requires at least: 5.0 7 7 Tested up to: 6.5 … … 40 40 41 41 header.site-header { 42 color: # fff;42 color: #333333; 43 43 padding-top: 10px; 44 44 box-shadow: 0 2px 4px rgba(0,0,0,0.1); … … 46 46 flex-direction: column; 47 47 align-items: center; 48 background-color: #e0e0e0; 48 49 } 49 50 … … 67 68 68 69 .site-title a { 69 color: # fff;70 color: #333333 !important; 70 71 text-decoration: none; 71 72 } … … 75 76 margin: 0; 76 77 font-size: 16px; 77 color: # eee;78 color: #333333; 78 79 } 79 80 … … 346 347 display: block; 347 348 width: 100%; 348 background-color: # 333333;349 background-color: #0073AA; 349 350 } 350 351
Note: See TracChangeset
for help on using the changeset viewer.